KT-47101: Fix companion supertypes
This commit is contained in:
+6
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user