langtools/test/tools/javac/lambda/BadNestedLambda.out
author mcimadamore
Fri, 05 Jul 2013 11:00:19 +0100
changeset 18900 5ed5dd2ee5fe
permissions -rw-r--r--
8017618: NullPointerException in RichDiagnosticFormatter for bad input program Summary: RDF crashes when diagnostic contains type 'void' Reviewed-by: jjg, vromero
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
18900
5ed5dd2ee5fe 8017618: NullPointerException in RichDiagnosticFormatter for bad input program
mcimadamore
parents:
diff changeset
     1
BadNestedLambda.java:9:35: compiler.err.prob.found.req: (compiler.misc.incompatible.ret.type.in.lambda: (compiler.misc.not.a.functional.intf: void))
5ed5dd2ee5fe 8017618: NullPointerException in RichDiagnosticFormatter for bad input program
mcimadamore
parents:
diff changeset
     2
BadNestedLambda.java:9:24: compiler.err.prob.found.req: (compiler.misc.incompatible.arg.types.in.lambda)
5ed5dd2ee5fe 8017618: NullPointerException in RichDiagnosticFormatter for bad input program
mcimadamore
parents:
diff changeset
     3
2 errors