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 doNothing(/*0*/ kotlin.IntArray, /*1*/ java.util.List<kotlin.String>): kotlin.IntArray
|
|
|
|
public/*package*/ open class IntArray {
|
|
public/*package*/ constructor IntArray()
|
|
}
|