KT-47101: Fix companion supertypes

This commit is contained in:
Nikolay Lunyak
2021-11-15 13:22:38 +00:00
committed by Space
parent 4f52ab6ba1
commit 2fb066e261
8 changed files with 97 additions and 12 deletions
@@ -25710,6 +25710,12 @@ public class DiagnosisCompilerTestFE10TestdataTestGenerated extends AbstractDiag
runTest("compiler/testData/diagnostics/tests/scopes/classHeader/classParents.kt");
}
@Test
@TestMetadata("companionNestedVsOuter.kt")
public void testCompanionNestedVsOuter() throws Exception {
runTest("compiler/testData/diagnostics/tests/scopes/classHeader/companionNestedVsOuter.kt");
}
@Test
@TestMetadata("companionObjectParents.kt")
public void testCompanionObjectParents() throws Exception {