K2: reproduce KT-64982
This commit is contained in:
committed by
Space Team
parent
8f9bb75e60
commit
0a21669fb9
+6
@@ -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 {
|
||||
|
||||
+6
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user