8 lines
276 B
Plaintext
8 lines
276 B
Plaintext
namespace test
|
|
|
|
final class test.ClassParamReferencesSelf</*0,r*/ A : test.TraitWithP<A>> : jet.Any {
|
|
final /*constructor*/ fun </*0,r*/ A : test.TraitWithP<A>><init>(): test.ClassParamReferencesSelf<A>
|
|
}
|
|
abstract trait test.TraitWithP</*0,r*/ P : jet.Any?> : jet.Any {
|
|
}
|