JavaTXCompilerInJavaTX/test/bytecode/BoolLit.jav

7 lines
54 B
Plaintext
Raw Normal View History

2015-06-22 14:26:18 +00:00
class BoolLit{
2015-06-22 14:55:11 +00:00
void method() { b = true; }
2015-06-22 14:26:18 +00:00
}