JavaPatternMatching/test/bytecode/BoolLit.jav

7 lines
58 B
Plaintext
Raw Normal View History

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