Indicate vararg parameters in Goto Symbol presentation

#KT-17899 Fixed
This commit is contained in:
Dmitry Jemerov
2017-05-16 15:26:52 +02:00
parent 14c343de35
commit 8f38d03b48
16 changed files with 18 additions and 16 deletions
@@ -1,4 +1,4 @@
val g = lis<caret>tOf("a", "b", "c")
// REF: (kotlin.collections).listOf(T)
// REF: (kotlin.collections).listOf(vararg T)
// FILE: collections/Collections.kt