JavaPatternMatching/examples/pl_usecases/AchimTest1.jav

10 lines
88 B
Plaintext
Raw Normal View History

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