JavaCompilerCore/test/bytecode/Test3.java

7 lines
108 B
Java
Raw Normal View History

2015-09-29 16:18:06 +00:00
class Test3{
public static void main(String[] args){
System.out.println(new LambdaExpr2().op.apply());
}
}