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