6 lines
76 B
Plaintext
6 lines
76 B
Plaintext
|
class VarReturn {
|
||
|
anyMethod() {
|
||
|
var f;
|
||
|
return f;
|
||
|
}
|
||
|
}
|