JavaCompilerCore/test/plugindevelopment/MartinTestCases/UsecaseEight_pl.jav

10 lines
90 B
Plaintext
Raw Normal View History

2014-04-23 15:59:59 +00:00
class UsecaseEight_pl<A> {
foo1() {
a;
b;
a = b.foo1();
return 1;
}
}