5 lines
152 B
Kotlin
5 lines
152 B
Kotlin
package test
|
|
|
|
// extra parameter is to make sure generic signature is not erased
|
|
fun doNothing(array: IntArray, ignore: java.util.List<String>) = array
|