Don't suggest "convert to array literal" for *arrayOf #KT-21726 Fixed
This commit is contained in:
committed by
Mikhail Glukhikh
parent
f68d639c63
commit
d719d06020
@@ -0,0 +1,7 @@
|
||||
// LANGUAGE_VERSION: 1.2
|
||||
// PROBLEM: none
|
||||
|
||||
annotation class Some(vararg val strings: String)
|
||||
|
||||
@Some(*<caret>arrayOf("alpha", "beta", "omega"))
|
||||
class My
|
||||
Reference in New Issue
Block a user