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: Long) {}
|
||||
|
||||
fun bar() {
|
||||
foo(*longArrayOf<caret>(1L))
|
||||
}
|
||||
Reference in New Issue
Block a user