JavaPatternMatching/test/bytecode/Condition.jav
2015-10-15 17:46:13 +02:00

7 lines
60 B
Java

class Condition{
Boolean method() {
return 0 == 1;
}
}