test/script/basic/funcconstructor.js.EXPECTED

Wed, 03 Apr 2013 11:13:08 +0200

author
attila
date
Wed, 03 Apr 2013 11:13:08 +0200
changeset 166
51da1afbab26
parent 3
da1e581c933b
child 316
295c91f5fdde
permissions
-rw-r--r--

8011362: Overloaded method resolution foiled by nulls
Reviewed-by: hannesw, sundar

     1 anon func
     2 225
     3 function (x) {
     4 print('anon func'); return x*x;
     5 }
     6 syntax error? true
     7 SyntaxError: <function>:2:13 Missing close quote
     8 print('hello)
     9              ^
    10 done

mercurial