namespace test

final class test.ClassParamReferencesSelf</*0*/ A : test.TraitWithP<A>> : jet.Any {
    final /*constructor*/ fun </*0*/ A : test.TraitWithP<A>><init>(): test.ClassParamReferencesSelf<A>
}
abstract trait test.TraitWithP</*0*/ P : jet.Any?> : jet.Any {
}
