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

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

mercurial