blob: 1dfe7b2a3f76972c42040e5e0fee5ee5526b7463 [file] [log] [blame]
public class X {
void f(int i) {
if (true) return;
}
}