K2: reproduce KT-64982

This commit is contained in:
Mikhail Glukhikh
2024-01-15 22:25:53 +01:00
committed by Space Team
parent 8f9bb75e60
commit 0a21669fb9
8 changed files with 159 additions and 0 deletions
@@ -16144,6 +16144,12 @@ public class DiagnosticCompilerTestFE10TestdataTestGenerated extends AbstractDia
runTest("compiler/testData/diagnostics/tests/incompleteCode/incompleteAssignment.kt");
}
@Test
@TestMetadata("incompleteConstructorCall.kt")
public void testIncompleteConstructorCall() throws Exception {
runTest("compiler/testData/diagnostics/tests/incompleteCode/incompleteConstructorCall.kt");
}
@Test
@TestMetadata("incompleteEquals.kt")
public void testIncompleteEquals() throws Exception {
@@ -16144,6 +16144,12 @@ public class LLFirPreresolvedReversedDiagnosticCompilerFE10TestDataTestGenerated
runTest("compiler/testData/diagnostics/tests/incompleteCode/incompleteAssignment.kt");
}
@Test
@TestMetadata("incompleteConstructorCall.kt")
public void testIncompleteConstructorCall() throws Exception {
runTest("compiler/testData/diagnostics/tests/incompleteCode/incompleteConstructorCall.kt");
}
@Test
@TestMetadata("incompleteEquals.kt")
public void testIncompleteEquals() throws Exception {