[AA] treat named arguments as write access

^KTIJ-16835 fixed
This commit is contained in:
Anna Kozlova
2024-03-05 23:26:14 +01:00
committed by Space Team
parent 1222ef7fac
commit 943d829fa7
21 changed files with 513 additions and 3 deletions
@@ -0,0 +1,5 @@
class A(var property: Int)
fun foo(a: A) {
a.pro<caret>perty = 10
}