Files
kotlin-fork/compiler/testData/readKotlinBinaryClass/classFun/FunInParamSuper.txt
T
2012-03-22 03:46:46 +04:00

11 lines
316 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<T>
final fun foo(): T
}