[FE 1.0] Resolve setters through the new type inference infra

^KT-48961 In progress
This commit is contained in:
Victor Petukhov
2022-06-02 11:07:54 +02:00
committed by teamcity
parent a74c221729
commit 6e191147b9
12 changed files with 70 additions and 58 deletions
@@ -132,5 +132,5 @@ fun use(
ned.p = 1
diff.<!DEPRECATION!>p<!>
diff.<!DEPRECATION, DEPRECATION_ERROR!>p<!> = 1
diff.<!DEBUG_INFO_UNRESOLVED_WITH_TARGET, DEPRECATION, UNRESOLVED_REFERENCE!>p<!> = 1
}