author | ssides |
Wed, 09 Jul 2014 15:14:06 +0400 | |
changeset 25760 | 7955db32d6b0 |
parent 4072 | 70eaf9773f81 |
child 34997 | 8174a7d851fb |
permissions | -rw-r--r-- |
4072
70eaf9773f81
6891079: Compiler allows invalid binary literals 0b and oBL
jjg
parents:
diff
changeset
|
1 |
T6891079.java:8:14: compiler.err.invalid.binary.number |
70eaf9773f81
6891079: Compiler allows invalid binary literals 0b and oBL
jjg
parents:
diff
changeset
|
2 |
T6891079.java:9:15: compiler.err.invalid.binary.number |
70eaf9773f81
6891079: Compiler allows invalid binary literals 0b and oBL
jjg
parents:
diff
changeset
|
3 |
T6891079.java:9:18: compiler.err.expected: token.identifier |
70eaf9773f81
6891079: Compiler allows invalid binary literals 0b and oBL
jjg
parents:
diff
changeset
|
4 |
T6891079.java:10:14: compiler.err.invalid.hex.number |
70eaf9773f81
6891079: Compiler allows invalid binary literals 0b and oBL
jjg
parents:
diff
changeset
|
5 |
T6891079.java:11:15: compiler.err.invalid.hex.number |
70eaf9773f81
6891079: Compiler allows invalid binary literals 0b and oBL
jjg
parents:
diff
changeset
|
6 |
T6891079.java:11:18: compiler.err.expected: token.identifier |
70eaf9773f81
6891079: Compiler allows invalid binary literals 0b and oBL
jjg
parents:
diff
changeset
|
7 |
6 errors |