"Remove argument name" intention: remove array literal brackets for annotation vararg argument
#KT-32318 Fixed
This commit is contained in:
committed by
Dmitry Gridin
parent
d33d1913cb
commit
9786564d75
@@ -0,0 +1,6 @@
|
||||
annotation class AnnWithArray(val value: Array<String>)
|
||||
|
||||
interface Result {
|
||||
@AnnWithArray(<caret>value = ["foo", "bar"])
|
||||
val res1: Any
|
||||
}
|
||||
Reference in New Issue
Block a user