blob: 492daade05d9f8845811f54c1f0d1ed23f71ce63 [file] [log] [blame]
package test
public interface Bbb</*0*/ P> {
}
public final class ClassObjectExtendsTraitWithTP {
/*primary*/ public constructor ClassObjectExtendsTraitWithTP()
public companion object Companion : test.Bbb<kotlin.String> {
/*primary*/ private constructor Companion()
}
}