blob: 526959ed7441ea3ba334ad0681f16ce8531d890f [file] [log] [blame]
public class X {
void f(int a, int b) {
if (a != b) return;
}
}