Provide quick fix for named arguments to varargs in annotations
See more in KT-20171
This commit is contained in:
+7
@@ -0,0 +1,7 @@
|
||||
// "Replace with array call" "true"
|
||||
// LANGUAGE_VERSION: 1.2
|
||||
|
||||
annotation class Some(vararg val strings: String)
|
||||
|
||||
@Some(strings = <caret>"value")
|
||||
class My
|
||||
Reference in New Issue
Block a user