forked from JavaTX/JavaCompilerCore
24 lines
122 B
Plaintext
24 lines
122 B
Plaintext
|
|
||
|
|
||
|
class MyInteger {
|
||
|
|
||
|
|
||
|
}
|
||
|
|
||
|
|
||
|
|
||
|
class A {
|
||
|
|
||
|
mt() {return null;}
|
||
|
|
||
|
}
|
||
|
|
||
|
|
||
|
|
||
|
class Main {
|
||
|
|
||
|
main() { return new A<>().mt(); }
|
||
|
|
||
|
}
|
||
|
|