c825188cd8
Add support for 'var' in implicitly typed local variable declarations Reviewed-by: vromero, jlahoda
26 lines
1.4 KiB
Plaintext
26 lines
1.4 KiB
Plaintext
ParserTest.java:14:18: compiler.err.var.not.allowed: var
|
|
ParserTest.java:16:22: compiler.err.var.not.allowed: var
|
|
ParserTest.java:20:19: compiler.err.var.not.allowed: var
|
|
ParserTest.java:24:14: compiler.err.var.not.allowed: var
|
|
ParserTest.java:28:20: compiler.err.var.not.allowed: var
|
|
ParserTest.java:36:18: compiler.err.var.not.allowed: var
|
|
ParserTest.java:38:5: compiler.err.var.not.allowed.here
|
|
ParserTest.java:41:15: compiler.err.var.not.allowed.array
|
|
ParserTest.java:42:13: compiler.err.var.not.allowed.array
|
|
ParserTest.java:43:17: compiler.err.var.not.allowed.array
|
|
ParserTest.java:44:13: compiler.err.var.not.allowed.array
|
|
ParserTest.java:45:15: compiler.err.var.not.allowed.array
|
|
ParserTest.java:46:13: compiler.err.var.not.allowed.array
|
|
ParserTest.java:49:13: compiler.err.var.not.allowed.compound
|
|
ParserTest.java:54:5: compiler.err.var.not.allowed.here
|
|
ParserTest.java:58:16: compiler.err.var.not.allowed.here
|
|
ParserTest.java:59:14: compiler.err.var.not.allowed.here
|
|
ParserTest.java:60:24: compiler.err.var.not.allowed.here
|
|
ParserTest.java:61:22: compiler.err.var.not.allowed.here
|
|
ParserTest.java:63:22: compiler.err.var.not.allowed.here
|
|
ParserTest.java:63:40: compiler.err.var.not.allowed.here
|
|
ParserTest.java:64:18: compiler.err.var.not.allowed.here
|
|
ParserTest.java:68:35: compiler.err.var.not.allowed.here
|
|
ParserTest.java:69:22: compiler.err.var.not.allowed.here
|
|
24 errors
|