JavaPatternMatching/bin/mycompiler/test/lambda/ConstructorTestFile2.jav

7 lines
82 B
Plaintext
Raw Normal View History

2013-10-18 11:33:46 +00:00
class ConstructorTest2{
var;
void method(){
var = new ConstructorTest1();
}
}