mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-10 00:21:35 +00:00
2 lines
52 B
Kotlin
2 lines
52 B
Kotlin
fun gg(list: List<String>, vararg ints: Int) = list
|