jdk-24/langtools/test/tools/javac/literals/BadBinaryLiterals.6.out
Jonathan Gibbons e4f3f066c0 6860965: Project Coin: binary literals
6860973: Project Coin: Underscores in literals

[Portions contributed by Bruce Chapman]

Reviewed-by: darcy
2009-09-15 18:36:21 -07:00

9 lines
551 B
Plaintext

BadBinaryLiterals.java:10:17: compiler.err.unsupported.binary.lit: 1.6
BadBinaryLiterals.java:11:24: compiler.err.expected: ';'
BadBinaryLiterals.java:13:21: compiler.err.int.number.too.large: 111111111111111111111111111111111
BadBinaryLiterals.java:15:21: compiler.err.int.number.too.large: 11111111111111111111111111111111111111111111111111111111111111111
BadBinaryLiterals.java:16:27: compiler.err.expected: ';'
BadBinaryLiterals.java:17:27: compiler.err.expected: ';'
BadBinaryLiterals.java:17:30: compiler.err.expected: token.identifier
7 errors