6 lines
76 B
Plaintext
Raw Normal View History

2024-05-02 23:04:07 +02:00
class VarReturn {
anyMethod() {
var f;
return f;
}
}