JavaTXCompilerInJavaTX/test/plugindevelopment/MartinTestCases/UsecaseNine_pl.jav

12 lines
98 B
Plaintext
Raw Normal View History

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