langtools/test/tools/javac/lambda/VoidLambdaParameter.out
author mcimadamore
Wed, 26 Oct 2016 15:41:25 +0100
changeset 41856 13a056e8f16e
parent 22155 2f0a83a98593
permissions -rw-r--r--
8168774: Polymorhic signature method check crashes javac Summary: Check for polysig method assumes arity is greater than zero 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