blob: a521f7753e01771404bcbfb43490db4ea385e997 [file] [log] [blame]
public class X {
boolean f(boolean a) {
return !a;
}
}