Add inspection removing redundant spread operator for arrayOf call
So #KT-17920 Fixed
This commit is contained in:
committed by
Mikhail Glukhikh
parent
ce55d9e364
commit
cbccf932a7
@@ -0,0 +1,5 @@
|
||||
fun foo(vararg x: Char) {}
|
||||
|
||||
fun bar() {
|
||||
foo(*charArrayOf<caret>('a', 'b'))
|
||||
}
|
||||
Reference in New Issue
Block a user