JavaCompilerCore/test/bytecode/Binary.jav
2015-10-29 15:16:19 +01:00

10 lines
59 B
Java

class Binary{
void method() {
a;
a = 20;
b;
b=59 + a;
}
}