Add "replace map.put with assignment" to J2K
Related to KT-21502
This commit is contained in:
@@ -2,5 +2,5 @@
|
||||
|
||||
fun foo() {
|
||||
val map = mutableMapOf(42 to "foo")
|
||||
map.put<caret>(60, "bar")
|
||||
map.<caret>put(60, "bar")
|
||||
}
|
||||
Reference in New Issue
Block a user