langtools/test/tools/javac/MethodParameters/LambdaTest.out
author rfield
Tue, 22 Oct 2013 16:53:21 -0700
changeset 21489 018e34d4045f
parent 21044 ffba9cdeff1a
child 28452 6afa05455443
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

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