blob: 729a3bef0c380d5cfe7e44c97b0b8c6a63637e40 [file] [log] [blame]
public class X {
void f(boolean a) {
if (<spot>a == true</spot>) return;
}
}