test/script/basic/tosource.js.EXPECTED

Mon, 01 Jul 2013 19:52:07 +0530

author
sundar
date
Mon, 01 Jul 2013 19:52:07 +0530
changeset 390
ab3ea5b3e507
parent 0
b1a7da25b547
permissions
-rw-r--r--

8019488: switch on literals result in NoSuchMethodError or VerifyError
Reviewed-by: hannesw

     1 function func() {
     2     print("hello world");
     3 }
     4 function() { print("run"); }

mercurial