langtools/test/tools/javac/lambda/VoidLambdaParameter.out
author jlahoda
Tue, 17 Dec 2013 10:58:26 +0100
changeset 22155 2f0a83a98593
permissions -rw-r--r--
8028235: Better error recovery for parsing 'void' as a type of the lambda parameter Summary: Handle "void" as a primitive type in JavacParser.analyzeParens. Reviewed-by: vromero
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
22155
2f0a83a98593 8028235: Better error recovery for parsing 'void' as a type of the lambda parameter
jlahoda
parents:
diff changeset
     1
VoidLambdaParameter.java:7:19: compiler.err.void.not.allowed.here
2f0a83a98593 8028235: Better error recovery for parsing 'void' as a type of the lambda parameter
jlahoda
parents:
diff changeset
     2
VoidLambdaParameter.java:7:18: compiler.err.prob.found.req: (compiler.misc.incompatible.arg.types.in.lambda)
2f0a83a98593 8028235: Better error recovery for parsing 'void' as a type of the lambda parameter
jlahoda
parents:
diff changeset
     3
VoidLambdaParameter.java:8:12: compiler.err.void.not.allowed.here
2f0a83a98593 8028235: Better error recovery for parsing 'void' as a type of the lambda parameter
jlahoda
parents:
diff changeset
     4
VoidLambdaParameter.java:10:23: compiler.err.void.not.allowed.here
2f0a83a98593 8028235: Better error recovery for parsing 'void' as a type of the lambda parameter
jlahoda
parents:
diff changeset
     5
4 errors