[FIR] Support synthetic property setters
This commit is contained in:
Vendored
+1
-1
@@ -22,7 +22,7 @@ fun foo(k: KotlinClass) {
|
||||
useString(k.something3)
|
||||
|
||||
k.setSomething4("")
|
||||
k.<!VARIABLE_EXPECTED!>something4<!> += ""
|
||||
k.something4 += ""
|
||||
k.<!INAPPLICABLE_CANDIDATE!>setSomething4<!>(null)
|
||||
k.something4 = null
|
||||
|
||||
|
||||
Reference in New Issue
Block a user