12 lines
98 B
Plaintext
12 lines
98 B
Plaintext
|
class UsecaseNine_pl<A> {
|
||
|
|
||
|
Integer c;
|
||
|
|
||
|
foo1() {
|
||
|
a;
|
||
|
b;
|
||
|
a = b.c;
|
||
|
return 1;
|
||
|
}
|
||
|
|
||
|
}
|