// "Unwrap 'else' branch" "true" class T { void f(boolean b) { if (b) throw new RuntimeException("When true"); //c1 System.out.println("Otherwise"); } }