8aa50288a1
8307444: java.lang.AssertionError when using unnamed patterns 8307482: Compiler should accept var _ in nested patterns in switch case 8307007: Implementation for javax.lang.model for unnamed variables (Preview) 8308312: Compiler should fail when a local variable declaration does not include an Identifier and does not have an initializer 8308309: Compiler should accept mixed masked and unmasked variables in lambda parameters Co-authored-by: Jan Lahoda <jlahoda@openjdk.org> Co-authored-by: Aggelos Biboudis <abimpoudis@openjdk.org> Reviewed-by: vromero, darcy
18 lines
1.1 KiB
Plaintext
18 lines
1.1 KiB
Plaintext
UnderscoreAsIdent.java:8:9: compiler.err.use.of.underscore.not.allowed
|
|
UnderscoreAsIdent.java:8:11: compiler.err.use.of.underscore.not.allowed
|
|
UnderscoreAsIdent.java:10:8: compiler.err.use.of.underscore.not.allowed
|
|
UnderscoreAsIdent.java:10:10: compiler.err.use.of.underscore.not.allowed
|
|
UnderscoreAsIdent.java:12:7: compiler.err.use.of.underscore.not.allowed
|
|
UnderscoreAsIdent.java:13:12: compiler.err.use.of.underscore.not.allowed
|
|
UnderscoreAsIdent.java:14:10: compiler.err.use.of.underscore.not.allowed
|
|
UnderscoreAsIdent.java:14:19: compiler.err.use.of.underscore.not.allowed
|
|
UnderscoreAsIdent.java:19:25: compiler.err.use.of.underscore.not.allowed
|
|
UnderscoreAsIdent.java:19:33: compiler.err.use.of.underscore.not.allowed
|
|
UnderscoreAsIdent.java:25:9: compiler.err.use.of.underscore.not.allowed
|
|
UnderscoreAsIdent.java:27:19: compiler.err.use.of.underscore.not.allowed
|
|
UnderscoreAsIdent.java:29:9: compiler.err.use.of.underscore.not.allowed
|
|
UnderscoreAsIdent.java:31:22: compiler.err.use.of.underscore.not.allowed
|
|
- compiler.note.preview.filename: UnderscoreAsIdent.java, DEFAULT
|
|
- compiler.note.preview.recompile
|
|
14 errors
|