langtools/test/tools/javac/literals/T6891079.out
author jjg
Tue, 13 Oct 2009 15:26:30 -0700
changeset 4072 70eaf9773f81
child 34997 8174a7d851fb
permissions -rw-r--r--
6891079: Compiler allows invalid binary literals 0b and oBL Reviewed-by: darcy
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
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