mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-04-02 15:51:50 +00:00
6 lines
135 B
Plaintext
6 lines
135 B
Plaintext
package test
|
|
|
|
public open class NotNullIntArray {
|
|
public constructor NotNullIntArray()
|
|
public open fun hi(): kotlin.IntArray!
|
|
} |