Add "replace map.put with assignment" to J2K
Related to KT-21502
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
// WITH_RUNTIME
|
||||
|
||||
fun foo(map: MutableMap<Int, String>) {
|
||||
map.put<caret>(42, "foo")
|
||||
map.<caret>put(42, "foo")
|
||||
}
|
||||
Reference in New Issue
Block a user