test/tools/javac/lambda/8066974/T8066974.out

Thu, 12 Nov 2015 21:20:49 +0000

author
mcimadamore
date
Thu, 12 Nov 2015 21:20:49 +0000
changeset 3001
dcd12fa5b58a
permissions
-rw-r--r--

8066974: Compiler doesn't infer method's generic type information in lambda body
Summary: Add logic to avoid post-inference triggers on temporarty AST types
Reviewed-by: vromero

     1 T8066974.java:40:19: compiler.err.unreported.exception.need.to.catch.or.throw: java.lang.Exception
     2 T8066974.java:41:19: compiler.err.unreported.exception.need.to.catch.or.throw: java.lang.Exception
     3 T8066974.java:42:13: compiler.err.unreported.exception.need.to.catch.or.throw: java.lang.Exception
     4 3 errors

mercurial