K1/K2: add a test for KT-62866

This commit is contained in:
Mikhail Glukhikh
2024-03-11 11:13:20 +01:00
committed by Space Team
parent 3b9e08d6b8
commit d6e67e43f9
8 changed files with 118 additions and 0 deletions
@@ -46441,6 +46441,12 @@ public class DiagnosticCompilerTestFE10TestdataTestGenerated extends AbstractDia
runTest("compiler/testData/diagnostics/testsWithStdLib/resolve/ambiguousTypeReferences/classLiteralCase.kt");
}
@Test
@TestMetadata("companionVsStaticScope.kt")
public void testCompanionVsStaticScope() {
runTest("compiler/testData/diagnostics/testsWithStdLib/resolve/ambiguousTypeReferences/companionVsStaticScope.kt");
}
@Test
@TestMetadata("constructorCase.kt")
public void testConstructorCase() {
@@ -46441,6 +46441,12 @@ public class LLFirPreresolvedReversedDiagnosticCompilerFE10TestDataTestGenerated
runTest("compiler/testData/diagnostics/testsWithStdLib/resolve/ambiguousTypeReferences/classLiteralCase.kt");
}
@Test
@TestMetadata("companionVsStaticScope.kt")
public void testCompanionVsStaticScope() {
runTest("compiler/testData/diagnostics/testsWithStdLib/resolve/ambiguousTypeReferences/companionVsStaticScope.kt");
}
@Test
@TestMetadata("constructorCase.kt")
public void testConstructorCase() {