2 lines
52 B
Kotlin
2 lines
52 B
Kotlin
fun gg(list: List<String>, vararg ints: Int) = list
|
fun gg(list: List<String>, vararg ints: Int) = list
|