"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 AnnWithVararg(vararg val value: String, val s: String)
|
||||
|
||||
interface Result {
|
||||
@AnnWithVararg(<caret>value = ["foo", "bar"], s = "")
|
||||
val res2: Any
|
||||
}
|
||||
Reference in New Issue
Block a user