JavaTXCompilerInJavaTX/test/bytecode/LongLiteral.jav
2015-06-25 16:20:51 +02:00

6 lines
51 B
Java

class LongLiteral{
void method() {l; l = 20L;}
}