Files
kotlin-fork/compiler/testData/readKotlinBinaryClass/fun/nonGeneric/ClassFunGetFoo.txt
T

7 lines
154 B
Plaintext

namespace test
final class test.ClassFunGetFoo : jet.Any {
final /*constructor*/ fun <init>(): test.ClassFunGetFoo
final fun getFoo(): jet.Int
}