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