Disabled "Convert to get/set call" intention where it did not work correctly anyway
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
// WITH_RUNTIME
|
||||
interface C {
|
||||
operator fun get(p: String): MutableList<Int>
|
||||
}
|
||||
|
||||
fun foo(c: C) {
|
||||
c.get("") += 10
|
||||
}
|
||||
Reference in New Issue
Block a user