8f38d03b48
#KT-17899 Fixed
4 lines
119 B
Kotlin
Vendored
4 lines
119 B
Kotlin
Vendored
val g = lis<caret>tOf("a", "b", "c")
|
|
|
|
// REF: (kotlin.collections).listOf(vararg T)
|
|
// FILE: collections/Collections.kt |