blob: db08afb75a20411d63a76b784476dfff6e8e2e37 [file] [log] [blame]
package test
public open class NotNullIntArray {
public constructor NotNullIntArray()
@org.jetbrains.annotations.NotNull public open fun hi(): kotlin.IntArray
}