Files
kotlin-fork/compiler/testData/readJavaBinaryClass/notNull/NotNullMethod.txt
T
2012-06-16 19:38:19 +04:00

7 lines
179 B
Plaintext

namespace test
public open class test.NotNullMethod : java.lang.Object {
public final /*constructor*/ fun <init>(): test.NotNullMethod
public open fun hi(): jet.String
}