blob: 4a4f19441ceaba1cdd2c4a9b61b9f659ae1fc2e1 [file] [log] [blame]
public class X {
void f(boolean a, boolean b) {
if (a)
if (b) return;
}
}