mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-19 18:44:38 +02:00

6860973: Project Coin: Underscores in literals [Portions contributed by Bruce Chapman] Reviewed-by: darcy
7 lines
480 B
Text
7 lines
480 B
Text
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
|
|
6 errors
|