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