c9d23c3940
8317221: Implementation for javax.lang.model for Unnamed Variables & Patterns Co-authored-by: Jan Lahoda <jlahoda@openjdk.org> Co-authored-by: Maurizio Cimadamore <mcimadamore@openjdk.org> Co-authored-by: Gavin Bierman <gbierman@openjdk.org> Co-authored-by: Brian Goetz <briangoetz@openjdk.org> Co-authored-by: Joe Darcy <darcy@openjdk.org> Co-authored-by: Aggelos Biboudis <abimpoudis@openjdk.org> Reviewed-by: jlahoda, mcimadamore
15 lines
1.2 KiB
Plaintext
15 lines
1.2 KiB
Plaintext
UnderscoreAsIdent.java:8:9: compiler.err.use.of.underscore.not.allowed.non.variable
|
|
UnderscoreAsIdent.java:8:11: compiler.err.use.of.underscore.not.allowed.non.variable
|
|
UnderscoreAsIdent.java:10:8: compiler.err.use.of.underscore.not.allowed.non.variable
|
|
UnderscoreAsIdent.java:10:10: compiler.err.use.of.underscore.not.allowed.non.variable
|
|
UnderscoreAsIdent.java:12:7: compiler.err.use.of.underscore.not.allowed.non.variable
|
|
UnderscoreAsIdent.java:13:12: compiler.err.use.of.underscore.not.allowed.non.variable
|
|
UnderscoreAsIdent.java:14:10: compiler.err.use.of.underscore.not.allowed.non.variable
|
|
UnderscoreAsIdent.java:14:19: compiler.err.use.of.underscore.not.allowed.non.variable
|
|
UnderscoreAsIdent.java:19:25: compiler.err.use.of.underscore.not.allowed.non.variable
|
|
UnderscoreAsIdent.java:19:33: compiler.err.use.of.underscore.not.allowed.non.variable
|
|
UnderscoreAsIdent.java:25:9: compiler.err.use.of.underscore.not.allowed.non.variable
|
|
UnderscoreAsIdent.java:27:19: compiler.err.use.of.underscore.not.allowed.non.variable
|
|
UnderscoreAsIdent.java:29:9: compiler.err.use.of.underscore.not.allowed.non.variable
|
|
UnderscoreAsIdent.java:31:22: compiler.err.use.of.underscore.not.allowed.non.variable
|
|
14 errors |