test/tools/javac/MethodParameters/LambdaTest.out

Tue, 22 Oct 2013 16:53:21 -0700

author
rfield
date
Tue, 22 Oct 2013 16:53:21 -0700
changeset 2158
6cd16d8ed2b9
parent 2137
a48d3b981083
child 2525
2eb010b6cb22
child 2733
7974f6da2d76
permissions
-rw-r--r--

8023668: Desugar serializable lambda bodies using more robust naming scheme
Summary: lambda / bridged method-reference naming overhaul
Reviewed-by: ksrini, briangoetz

     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