Don't suggest map{}.filterNotNull() -> mapNotNull{} on primitive array
So #KT-21556 Fixed
This commit is contained in:
committed by
Mikhail Glukhikh
parent
e770aed084
commit
bde9a57c9e
Vendored
+6
@@ -0,0 +1,6 @@
|
||||
// WITH_RUNTIME
|
||||
|
||||
fun test() {
|
||||
val array: IntArray = intArrayOf(0, 1, 2, 3)
|
||||
array.<caret>map { "$it-$it" }.joinToString()
|
||||
}
|
||||
Reference in New Issue
Block a user