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