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

7 lines
145 B
Plaintext

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