JavaCompilerCore/test/bytecode/FloatLiteral.jav

6 lines
54 B
Plaintext
Raw Normal View History

class FloatLiteral{
void method() {f; f = 20.0f;}
}