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