KT-17165: Support array literals in annotations in completion
#KT-17165 fixed
This commit is contained in:
+6
@@ -0,0 +1,6 @@
|
||||
annotation class Bar(vararg val a: String)
|
||||
|
||||
@Bar(*<caret>) fun bar() {}
|
||||
|
||||
// EXIST: "[]"
|
||||
// LANGUAGE_VERSION: 1.2
|
||||
Reference in New Issue
Block a user