Add intention replacing vararg with array and vice versa #KT-23419 Fixed
This commit is contained in:
committed by
Mikhail Glukhikh
parent
e933bb8220
commit
da92eb63a0
@@ -0,0 +1,7 @@
|
||||
// IS_APPLICABLE: false
|
||||
// WITH_RUNTIME
|
||||
fun test() {
|
||||
listOf(arrayOf(1)).map { <caret>i: Array<Int> ->
|
||||
i + 1
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user