-
Sub-task
-
Resolution: Fixed
-
P3
-
8
-
None
-
b112
-
generic
-
generic
jjs> function public(){"use strict"}
Expected: throws strict-mode SyntaxError
Actual: no error
jjs> function f(public){"use strict"}
Expected: throws strict-mode SyntaxError
Actual: no error
Expected: throws strict-mode SyntaxError
Actual: no error
jjs> function f(public){"use strict"}
Expected: throws strict-mode SyntaxError
Actual: no error