7 lines
71 B
Java
Executable File

class GenericVarTest{
test;
method(){
test = test;
return 1;
}
}