blob: 8e820949c7816fc00111bf9455127231d78f0baf [file] [log] [blame]
public class X<P, C> {
public X() {
if (!(this instanceof @Marker X)) {
}
}
}