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