FIR DFA: update receivers properly in case of single flow in merge point

This commit is contained in:
Mikhail Glukhikh
2021-02-05 12:34:20 +03:00
parent d96921e287
commit 4a381d4b83
8 changed files with 83 additions and 11 deletions
@@ -12283,6 +12283,11 @@ public class LightAnalysisModeTestGenerated extends AbstractLightAnalysisModeTes
runTest("compiler/testData/codegen/box/fir/IrBuiltIns.kt");
}
@TestMetadata("LookupTags.kt")
public void testLookupTags() throws Exception {
runTest("compiler/testData/codegen/box/fir/LookupTags.kt");
}
@TestMetadata("NameHighlighter.kt")
public void testNameHighlighter() throws Exception {
runTest("compiler/testData/codegen/box/fir/NameHighlighter.kt");