nashorn/test/script/basic/tosource.js.EXPECTED
author sundar
Fri, 05 Jul 2013 14:38:04 +0530
changeset 18851 bdb92c95f886
parent 16147 e63b63819133
permissions -rw-r--r--
8019947: inherited property invalidation does not work with two globals in same context Reviewed-by: jlaskey, lagergren, hannesw, attila

function func() {
    print("hello world");
}
function() { print("run"); }