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

7 lines
54 B
Java

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