mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-09 08:31:29 +00:00
8 lines
220 B
Plaintext
Vendored
8 lines
220 B
Plaintext
Vendored
package test
|
|
|
|
internal fun doNothing(/*0*/ kotlin.Array<kotlin.Int>, /*1*/ java.util.List<kotlin.String>): kotlin.Array<kotlin.Int>
|
|
|
|
public/*package*/ open class IntArray {
|
|
public/*package*/ constructor IntArray()
|
|
}
|