K2: fix calculating property reference type in delegated setter

This commit is an accidentally forgotten part of the KT-61045 fix
#KT-61720 Fixed
This commit is contained in:
Mikhail Glukhikh
2023-09-08 10:39:22 +02:00
committed by Space Team
parent 5736201e3a
commit 20cb075e56
34 changed files with 155 additions and 1147 deletions
@@ -2013,6 +2013,11 @@ public class KlibIrTextTestCaseGenerated extends AbstractKlibIrTextTestCase {
runTest("compiler/testData/ir/irText/firProblems/DeepCopyIrTree.kt");
}
@TestMetadata("delegatedSetterShouldBeSpecialized.kt")
public void testDelegatedSetterShouldBeSpecialized() throws Exception {
runTest("compiler/testData/ir/irText/firProblems/delegatedSetterShouldBeSpecialized.kt");
}
@TestMetadata("deprecated.kt")
public void testDeprecated() throws Exception {
runTest("compiler/testData/ir/irText/firProblems/deprecated.kt");