test/script/basic/tosource.js.EXPECTED

Wed, 01 Oct 2014 07:47:24 -0700

author
asaha
date
Wed, 01 Oct 2014 07:47:24 -0700
changeset 1023
6a8ecdeae4a9
parent 0
b1a7da25b547
permissions
-rw-r--r--

Added tag jdk8u40-b08 for changeset 89551828b279

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

mercurial