K1/K2: add a test for KT-62866
This commit is contained in:
committed by
Space Team
parent
3b9e08d6b8
commit
d6e67e43f9
+6
@@ -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() {
|
||||
|
||||
+6
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user