Files
kotlin-fork/idea/testData/inspectionsLocal/replacePutWithAssignment/hasSet.kt
T
2020-09-29 23:58:29 +09:00

5 lines
80 B
Kotlin
Vendored

// PROBLEM: none
fun test() {
val foo = Foo()
foo.<caret>put("a", "b")
}