forked from JavaTX/JavaCompilerCore
6 lines
69 B
Plaintext
6 lines
69 B
Plaintext
|
|
||
|
class Main {
|
||
|
|
||
|
main() { return new A<>().mt(new myInteger(1)); }
|
||
|
|
||
|
}
|