[FIR2IR] Get rid of most of usages IrSymbol.owner from CallAndReferenceGenerator
^KT-60924
This commit is contained in:
committed by
Space Team
parent
ff1c38872e
commit
d847d00d6f
+5
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user