9 lines
72 B
Plaintext

class {
x = 1;
y = 2;
onCreate() {
this.stuff();
}
}
<div/>