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

VoidLambdaParameter.java:7:19: compiler.err.void.not.allowed.here
VoidLambdaParameter.java:7:18: compiler.err.prob.found.req: (compiler.misc.incompatible.arg.types.in.lambda)
VoidLambdaParameter.java:8:12: compiler.err.void.not.allowed.here
VoidLambdaParameter.java:10:23: compiler.err.void.not.allowed.here
4 errors