blob: d71ecd2a616e0846ccfb41832845c1daf9ad4269 [file] [log] [blame]
package test
public fun notNullable(): kotlin.String
public open class CheckNotNull {
public constructor CheckNotNull()
@org.jetbrains.annotations.NotNull public open fun returnNotNull(): kotlin.String
}