JavaCompilerCore/test/bytecode/Condition.jav

7 lines
60 B
Java

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