Inline val: more correct and simple detection of write usages
#KT-17489 Fixed
This commit is contained in:
+3
@@ -0,0 +1,3 @@
|
||||
fun foo(list: MutableList<Int>) {
|
||||
list += 10
|
||||
}
|
||||
Reference in New Issue
Block a user