JavaTXCompilerInJavaTX/test/bytecode/FloatLiteral.jav
Fütterling, Franziska (WWI2012D) 5f6525db19 GenCode: FloatLit implementiert, aufgrund von Typeinferenz-Problemen
nicht testbar.
2015-06-25 16:12:18 +02:00

6 lines
54 B
Java

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