package test

public final class ClassWithConstructorAndTypeParameter</*0*/ P, /*1*/ Q> {
    /*primary*/ public constructor ClassWithConstructorAndTypeParameter</*0*/ P, /*1*/ Q>(/*0*/ q: Q)
}
