blob: d96514dc9ec0b5c12cfdd1439ee8010054c8e909 [file]
package test
public open class NotNullObjectArray {
public constructor NotNullObjectArray()
org.jetbrains.annotations.NotNull() public open fun hi(): kotlin.Array<(out) kotlin.Any!>!
}