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

7 lines
71 B
Plaintext
Raw Normal View History

2013-10-18 11:33:46 +00:00
class GenericVarTest{
test;
method(){
test = test;
return 1;
}
}