KT-17165: Support array literals in annotations in completion

#KT-17165 fixed
This commit is contained in:
Simon Ogorodnik
2017-10-11 21:23:47 +03:00
parent beec788bd4
commit 4972dbfc2d
11 changed files with 157 additions and 0 deletions
@@ -0,0 +1,6 @@
annotation class Foo(val a: Array<String>)
@Foo(<caret>) fun foo() {}
// EXIST: "[]"
// LANGUAGE_VERSION: 1.2