Files
codeql/java/ql/test/kotlin/library-tests/vararg/intList.kt

6 lines
55 B
Kotlin

fun intListFun() {
val xs = listOf(10, 11, 12)
}