package test

public open class NotNullIntArray {
    public constructor NotNullIntArray()
    public open fun hi(): kotlin.IntArray
}
