forked from JavaTX/JavaCompilerCore
5 lines
44 B
Plaintext
5 lines
44 B
Plaintext
|
class Var {
|
||
|
|
||
|
var(x) { var y; }
|
||
|
|
||
|
}
|