flatMap call could be simplified to flatten(): Fix false positive with Array
#KT-33204 Fixed
This commit is contained in:
committed by
Dmitry Gridin
parent
7ff01b02a9
commit
c0f896c96a
+4
@@ -0,0 +1,4 @@
|
||||
// WITH_RUNTIME
|
||||
fun test() {
|
||||
arrayOf(arrayOf(1, 2), arrayOf(3)).flatten()
|
||||
}
|
||||
Reference in New Issue
Block a user