test/tools/javac/lambda/BadStatementInLambda.out

Fri, 05 Jul 2013 11:02:17 +0100

author
mcimadamore
date
Fri, 05 Jul 2013 11:02:17 +0100
changeset 1888
70b37cdb19d5
parent 0
959103a6100f
permissions
-rw-r--r--

8019480: Javac crashes when method is called on a type-variable receiver from lambda expression
Summary: Logic for shortcircuiting speculative attribution doesn't handle type-variable receivers
Reviewed-by: jjg, vromero

     1 BadStatementInLambda.java:16:21: compiler.err.not.stmt
     2 BadStatementInLambda.java:17:21: compiler.err.not.stmt
     3 BadStatementInLambda.java:18:23: compiler.err.not.stmt
     4 3 errors

mercurial