blob: 5a9703077a1b03703cc49152d2f65937d6ddeb4d [file] [log] [blame]
package test
public open class NotNullParameter {
public constructor NotNullParameter()
public open fun hi(/*0*/ @org.jetbrains.annotations.NotNull p0: kotlin.String): kotlin.Unit
}