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 -1
View File
@@ -1,4 +1,4 @@
fun foo() {
@[Deprecated] fun innerFoo() {
@Deprecated fun innerFoo() {
}
}