Files
kotlin/compiler/testData/readJavaBinaryClass/notNull/NotNullMethod.kt
2012-02-20 22:37:06 +04:00

6 lines
76 B
Kotlin

package test
open class NotNullMethod() {
open fun hi(): String = ""
}