blob: f184b779733c9c43f05b3c02f0762b2aa0563994 [file] [log] [blame]
public class X {
void f(a, b) {
if (!(b >= a)) return;
}