JavaTXCompilerInJavaTX/test/plugindevelopment/MartinTestCases/UsecaseEight_pl.jav
2014-04-23 17:59:59 +02:00

10 lines
90 B
Java
Executable File

class UsecaseEight_pl<A> {
foo1() {
a;
b;
a = b.foo1();
return 1;
}
}