blob: 9cb03cf421fc38f79289d0b03f2dee117f841cbb [file]
package test
public open class NotNullParameter {
public constructor NotNullParameter()
public open fun hi(/*0*/ org.jetbrains.annotations.NotNull() p0: kotlin.String!): kotlin.Unit
}