JVM_IR: use correct dispatch receiver type in more references

#KT-46902 Fixed
This commit is contained in:
pyos
2021-05-26 10:45:16 +02:00
committed by max-kammerer
parent 16dbafced1
commit d37ceb47be
17 changed files with 69 additions and 59 deletions
@@ -2230,6 +2230,11 @@ public class LightAnalysisModeTestGenerated extends AbstractLightAnalysisModeTes
runTest("compiler/testData/codegen/box/callableReference/kt44483.kt");
}
@TestMetadata("kt46902.kt")
public void testKt46902() throws Exception {
runTest("compiler/testData/codegen/box/callableReference/kt46902.kt");
}
@TestMetadata("nested.kt")
public void testNested() throws Exception {
runTest("compiler/testData/codegen/box/callableReference/nested.kt");