test/tools/javac/MethodParameters/LambdaTest.out

Wed, 23 Oct 2013 07:50:04 +0200

author
jlahoda
date
Wed, 23 Oct 2013 07:50:04 +0200
changeset 2165
864dafc5ab7a
parent 2158
6cd16d8ed2b9
child 2525
2eb010b6cb22
child 2733
7974f6da2d76
permissions
-rw-r--r--

8026861: Wrong LineNumberTable for variable declarations in lambdas
Summary: Setting or correcting positions for many trees produced by LambdaToMethod.
Reviewed-by: vromero, rfield

mnunez@2137 1 class LambdaTest --
mnunez@2137 2 LambdaTest.<init>()
mnunez@2137 3 LambdaTest.foo(i)
rfield@2158 4 LambdaTest.lambda$static$1(arg0)/*synthetic*/
rfield@2158 5 LambdaTest.lambda$null$0(arg0, arg1)/*synthetic*/
mnunez@2137 6 static interface LambdaTest$I -- inner
rfield@2158 7 LambdaTest$I.m(x)

mercurial