JavaTXCompilerInJavaTX/examples/pl_usecases/UsecaseNine_pl.jav

12 lines
98 B
Plaintext
Raw Normal View History

2013-10-18 11:33:46 +00:00
class UsecaseNine_pl<A> {
Integer c;
foo1() {
a;
b;
a = b.c;
return 1;
}
}