forked from JavaTX/JavaCompilerCore
6 lines
51 B
Plaintext
6 lines
51 B
Plaintext
|
class LongLiteral{
|
||
|
|
||
|
void method() {l; l = 20L;}
|
||
|
|
||
|
|
||
|
}
|