nashorn/test/script/basic/tosource.js.EXPECTED
author jlaskey
Fri, 23 Aug 2013 12:20:19 -0300
changeset 19633 e1158153db51
parent 16147 e63b63819133
permissions -rw-r--r--
8019987: String trimRight and trimLeft could be defined Reviewed-by: sundar Contributed-by: james.laskey@oracle.com

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