JavaPatternMatching/test/bytecode/Binary.jav

10 lines
59 B
Plaintext
Raw Normal View History

2015-10-29 14:16:19 +00:00
class Binary{
void method() {
a;
a = 20;
b;
b=59 + a;
}
}