Files
kotlin/compiler/testData/loadJava/notNull/NotNullMethod.txt

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
}