forked from JavaTX/JavaCompilerCore
7 lines
71 B
Java
Executable File
7 lines
71 B
Java
Executable File
class GenericVarTest{
|
|
test;
|
|
method(){
|
|
test = test;
|
|
return 1;
|
|
}
|
|
} |