[FE] Consider derived class tag on caching substitution scopes

This commit is contained in:
Yan Zhulanow
2022-11-18 01:16:29 +09:00
committed by Space Team
parent fe69b21aed
commit 0e050ae7f1
7 changed files with 111 additions and 5 deletions
@@ -31232,6 +31232,12 @@ public class DiagnosisCompilerTestFE10TestdataTestGenerated extends AbstractDiag
KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("compiler/testData/diagnostics/tests/subtyping"), Pattern.compile("^(.+)\\.kt$"), Pattern.compile("^(.+)\\.fir\\.kts?$"), true);
}
@Test
@TestMetadata("delegatedConstructor.kt")
public void testDelegatedConstructor() throws Exception {
runTest("compiler/testData/diagnostics/tests/subtyping/delegatedConstructor.kt");
}
@Test
@TestMetadata("extFunctionTypeAsSuperType.kt")
public void testExtFunctionTypeAsSuperType() throws Exception {