afu8u/nashorn/test/script/basic/tosource.js.EXPECTED

5 lines
75 B
Plaintext

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