jdk-24/langtools/test/tools/javac/parser/8081769/T8081769.out
Maurizio Cimadamore 34ea5286e4 8081769: Redundant error message on bad usage of 'class' literal
Javac should skip to next token when an erroneous ident is found in term3rest

Reviewed-by: jlahoda
2015-07-30 13:20:01 +01:00

7 lines
313 B
Plaintext

T8081769.java:9:25: compiler.err.expected: token.identifier
T8081769.java:10:23: compiler.err.expected: token.identifier
T8081769.java:11:23: compiler.err.expected: token.identifier
T8081769.java:12:25: compiler.err.expected: token.identifier
T8081769.java:14:33: compiler.err.expected: token.identifier
5 errors