author | sundar |
Thu, 05 Sep 2013 21:17:06 +0530 | |
changeset 19883 | aae0838ac6ee |
parent 18632 | 93017277615e |
child 20929 | f2bd18181940 |
permissions | -rw-r--r-- |
18632
93017277615e
8019553: NPE on illegal l-value for increment and decrement
sundar
parents:
diff
changeset
|
1 |
SyntaxError: test/script/basic/JDK-8019553.js#33<eval>:1:3 Expected l-value but found + |
93017277615e
8019553: NPE on illegal l-value for increment and decrement
sundar
parents:
diff
changeset
|
2 |
++ +3 |
93017277615e
8019553: NPE on illegal l-value for increment and decrement
sundar
parents:
diff
changeset
|
3 |
^ |
93017277615e
8019553: NPE on illegal l-value for increment and decrement
sundar
parents:
diff
changeset
|
4 |
SyntaxError: test/script/basic/JDK-8019553.js#33<eval>:1:3 Expected l-value but found - |
93017277615e
8019553: NPE on illegal l-value for increment and decrement
sundar
parents:
diff
changeset
|
5 |
++ -7 |
93017277615e
8019553: NPE on illegal l-value for increment and decrement
sundar
parents:
diff
changeset
|
6 |
^ |
93017277615e
8019553: NPE on illegal l-value for increment and decrement
sundar
parents:
diff
changeset
|
7 |
SyntaxError: test/script/basic/JDK-8019553.js#33<eval>:1:3 Expected l-value but found + |
93017277615e
8019553: NPE on illegal l-value for increment and decrement
sundar
parents:
diff
changeset
|
8 |
-- +2 |
93017277615e
8019553: NPE on illegal l-value for increment and decrement
sundar
parents:
diff
changeset
|
9 |
^ |
93017277615e
8019553: NPE on illegal l-value for increment and decrement
sundar
parents:
diff
changeset
|
10 |
SyntaxError: test/script/basic/JDK-8019553.js#33<eval>:1:3 Expected l-value but found - |
93017277615e
8019553: NPE on illegal l-value for increment and decrement
sundar
parents:
diff
changeset
|
11 |
-- -8 |
93017277615e
8019553: NPE on illegal l-value for increment and decrement
sundar
parents:
diff
changeset
|
12 |
^ |