JavaTXCompilerInJavaTX/test/bytecode/BoolLit.jav

7 lines
56 B
Plaintext
Raw Normal View History

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