blob: 277a4cda341fb941d4a676f1299e032a87fab0d5 [file] [log] [blame]
import org.jetbrains.annotations.TestOnly;
public class B {
public void foo() {
new A();
new A("ignore");
}
}