7 lines
71 B
Plaintext
7 lines
71 B
Plaintext
|
class GenericVarTest{
|
||
|
test;
|
||
|
method(){
|
||
|
test = test;
|
||
|
return 1;
|
||
|
}
|
||
|
}
|