mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-09 08:31:29 +00:00
3 lines
133 B
Kotlin
3 lines
133 B
Kotlin
// extra parameter is to make sure generic signature is generated
|
|
fun ohMy(p: Array<Array<Int>>, ignore: java.util.List<String>) = p
|