forked from JavaTX/JavaCompilerCore
5 lines
35 B
Plaintext
5 lines
35 B
Plaintext
|
class ThisTest{
|
||
|
|
||
|
thisVar = this;
|
||
|
|
||
|
}
|