blob: 2eb45808f3110ae926e1b3f9c0b161fe2d1c1792 [file] [log] [blame]
package test
public open class NotNullMethod {
public constructor NotNullMethod()
@org.jetbrains.annotations.NotNull public open fun hi(): kotlin.String
}