Add "replace map.put with assignment" to J2K
Related to KT-21502
This commit is contained in:
@@ -2,6 +2,6 @@
|
||||
|
||||
class MyMap() : HashMap<String, String>() {
|
||||
init {
|
||||
this.put<caret>("foo", "bar")
|
||||
this.<caret>put("foo", "bar")
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user