[FIR2IR] Get rid of most of usages IrSymbol.owner from CallAndReferenceGenerator

^KT-60924
This commit is contained in:
Dmitriy Novozhilov
2023-08-17 15:36:54 +03:00
committed by Space Team
parent ff1c38872e
commit d847d00d6f
11 changed files with 244 additions and 131 deletions
@@ -3256,6 +3256,11 @@ public class LightAnalysisModeTestGenerated extends AbstractLightAnalysisModeTes
runTest("compiler/testData/codegen/box/callableReference/referenceToGenericSyntheticProperty.kt");
}
@TestMetadata("referenceToTypealiasConstructorInLet.kt")
public void testReferenceToTypealiasConstructorInLet() throws Exception {
runTest("compiler/testData/codegen/box/callableReference/referenceToTypealiasConstructorInLet.kt");
}
@TestMetadata("staticMethod.kt")
public void testStaticMethod() throws Exception {
runTest("compiler/testData/codegen/box/callableReference/staticMethod.kt");