JavaTXCompilerInJavaTX/test/bytecode/BoolLit.jav
2015-06-22 16:30:11 +02:00

7 lines
56 B
Java

class BoolLit{
Object method() { b = true; }
}