mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-03-10 08:31:29 +00:00
8 lines
200 B
Plaintext
Vendored
8 lines
200 B
Plaintext
Vendored
package test
|
|
|
|
public fun ohMy(/*0*/ kotlin.Array<kotlin.IntArray>): kotlin.Array<kotlin.IntArray>
|
|
|
|
public/*package*/ open class ArrayOfIntArray {
|
|
public/*package*/ constructor ArrayOfIntArray()
|
|
}
|