Fix problem with mutable map in "simplifiable call chain"
So #KT-20315 Fixed
This commit is contained in:
committed by
Mikhail Glukhikh
parent
8e59d3e379
commit
45c9be2945
+5
@@ -0,0 +1,5 @@
|
||||
// PROBLEM: none
|
||||
// WITH_RUNTIME
|
||||
|
||||
val data = mutableMapOf<String, String>()
|
||||
val result = data.<caret>map { "${it.key}: ${it.value}" }.joinToString("\n")
|
||||
Reference in New Issue
Block a user