test/tools/javac/lambda/LambdaExprNotVoid.out

Mon, 08 Apr 2013 15:53:08 +0100

author
mcimadamore
date
Mon, 08 Apr 2013 15:53:08 +0100
changeset 1676
e9d986381414
parent 0
959103a6100f
permissions
-rw-r--r--

8010404: Lambda debugging: redundant LineNumberTable entry for lambda capture
Summary: Ignore indy entries in LineNumberTable
Reviewed-by: jjg

     1 LambdaExprNotVoid.java:14:21: compiler.err.prob.found.req: (compiler.misc.incompatible.ret.type.in.lambda: (compiler.misc.inconvertible.types: int, void))
     2 LambdaExprNotVoid.java:15:21: compiler.err.prob.found.req: (compiler.misc.incompatible.ret.type.in.lambda: (compiler.misc.inconvertible.types: int, void))
     3 2 errors

mercurial