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

7 lines
164 B
Plaintext
Vendored

package test
public open class NotNullMethod {
public constructor NotNullMethod()
@org.jetbrains.annotations.NotNull public open fun hi(): kotlin.String
}