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:
committed by
Space Team
parent
5736201e3a
commit
20cb075e56
+6
@@ -2310,6 +2310,12 @@ public class ClassicNativeIrTextTestGenerated extends AbstractClassicNativeIrTex
|
||||
runTest("compiler/testData/ir/irText/firProblems/DeepCopyIrTree.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("delegatedSetterShouldBeSpecialized.kt")
|
||||
public void testDelegatedSetterShouldBeSpecialized() throws Exception {
|
||||
runTest("compiler/testData/ir/irText/firProblems/delegatedSetterShouldBeSpecialized.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("deprecated.kt")
|
||||
public void testDeprecated() throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user