JavaCompilerCore/test/bytecode/LongLiteral.jav

6 lines
51 B
Plaintext
Raw Normal View History

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