[Test] Reproduce KT-66313

This commit is contained in:
Dmitriy Novozhilov
2024-03-05 14:31:45 +02:00
committed by Space Team
parent 5fe3fa878e
commit fece081265
7 changed files with 60 additions and 0 deletions
@@ -32280,6 +32280,12 @@ public class DiagnosticCompilerTestFE10TestdataTestGenerated extends AbstractDia
runTest("compiler/testData/diagnostics/tests/resolve/capturedTypesInLambdaParameter.kt");
}
@Test
@TestMetadata("complexOrderAndImplicitTypes.kt")
public void testComplexOrderAndImplicitTypes() {
runTest("compiler/testData/diagnostics/tests/resolve/complexOrderAndImplicitTypes.kt");
}
@Test
@TestMetadata("constructorVsCompanion.kt")
public void testConstructorVsCompanion() {
@@ -32280,6 +32280,12 @@ public class LLFirPreresolvedReversedDiagnosticCompilerFE10TestDataTestGenerated
runTest("compiler/testData/diagnostics/tests/resolve/capturedTypesInLambdaParameter.kt");
}
@Test
@TestMetadata("complexOrderAndImplicitTypes.kt")
public void testComplexOrderAndImplicitTypes() {
runTest("compiler/testData/diagnostics/tests/resolve/complexOrderAndImplicitTypes.kt");
}
@Test
@TestMetadata("constructorVsCompanion.kt")
public void testConstructorVsCompanion() {