blob: 156a9fe53916a1d87ae0c3d059b2f7f69cd061c5 [file]
package test
public open class NotNullMethod {
public constructor NotNullMethod()
org.jetbrains.annotations.NotNull() public open fun hi(): kotlin.String!
}