Files
kotlin/compiler/testData/loadJava/compiledJavaCompareWithKotlin/notNull/NotNullMethod.txt
2013-04-29 15:44:07 +04:00

7 lines
145 B
Plaintext

package test
public open class NotNullMethod : java.lang.Object {
public constructor NotNullMethod()
public open fun hi(): jet.String
}