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