3a8ad45dec
Reverts and fixes 102f0d3
7 lines
147 B
Plaintext
7 lines
147 B
Plaintext
package test
|
|
|
|
public open class NotNullIntArray {
|
|
/*primary*/ public constructor NotNullIntArray()
|
|
public open fun hi(): kotlin.IntArray
|
|
}
|