FIR: substitute super type during tower building properly #KT-49301 Fixed
This commit is contained in:
+6
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user