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