FIR: substitute super type during tower building properly #KT-49301 Fixed

This commit is contained in:
Mikhail Glukhikh
2021-10-18 19:21:02 +03:00
parent b76e61cbc5
commit 7fc19520a5
6 changed files with 125 additions and 1 deletions
@@ -5063,6 +5063,12 @@ public class DiagnosisCompilerFirTestdataTestGenerated extends AbstractDiagnosis
runTest("compiler/fir/analysis-tests/testData/resolveWithStdlib/intellij/arrayOfImports.kt");
}
@Test
@TestMetadata("baseIntrospector.kt")
public void testBaseIntrospector() throws Exception {
runTest("compiler/fir/analysis-tests/testData/resolveWithStdlib/intellij/baseIntrospector.kt");
}
@Test
@TestMetadata("DailyAggregatedDoubleFactor.kt")
public void testDailyAggregatedDoubleFactor() throws Exception {