forked from JavaTX/JavaCompilerCore
7b9a00a7e6
This reverts commit 3ab96a3ed74f41435b6b41502377f5a0084e6d75.
10 lines
90 B
Java
Executable File
10 lines
90 B
Java
Executable File
class UsecaseEight_pl<A> {
|
|
|
|
foo1() {
|
|
a;
|
|
b;
|
|
a = b.foo1();
|
|
return 1;
|
|
}
|
|
|
|
} |