public class X { void f(boolean a, boolean b) { if (a) if (b) return; } }