Files
kotlin-fork/compiler/testData/readKotlinBinaryClass/classFun/FunInParamSuper.txt
T

11 lines
354 B
Plaintext

namespace test
final class test.Inh : test.Base<jet.String> {
final /*constructor*/ fun <init>(): test.Inh
final override /*1*/ fun foo(): jet.String
}
open class test.Base</*0,r*/ T : jet.Any?> : jet.Any {
final /*constructor*/ fun </*0,r*/ T : jet.Any?><init>(): test.Base</*0,r*/ T : jet.Any?>
final fun foo(): /*0,r*/ T : jet.Any?
}