JavaTXCompilerInJavaTX/test/plugindevelopment/MartinTestCases/AchimTest1.jav

10 lines
88 B
Plaintext
Raw Normal View History

2014-04-23 15:59:59 +00:00
class Test{
test(){
return 1;
}
test2(){
i;
i = test();
}
}