blob: bb6fc9142c98a3862ab1944a9d524c9701945666 [file] [log] [blame]
import org.jetbrains.annotations.TestOnly;
public class D {
public void foo() {
new A().test();
}
}