JavaPatternMatching/testBytecode/TestMyTest.java

12 lines
194 B
Java
Raw Normal View History

2017-10-06 11:31:36 +00:00
class TestMyTest{
public static void main(String[] a){
//test1
//new TestClass();
//test if statement
//new TestIf(new Boolean(true));
// test lambda
2017-11-29 13:45:15 +00:00
//new TestClass();
new LamRun();
2017-10-06 11:31:36 +00:00
}
}