K2: Add test reproducing KT-64222
This commit is contained in:
committed by
Space Team
parent
dbbfb23fa9
commit
97d17012e5
+6
@@ -4086,6 +4086,12 @@ public class DiagnosticCompilerTestFE10TestdataTestGenerated extends AbstractDia
|
||||
public void testKt63841() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/builderInference/issues/kt63841.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt64222.kt")
|
||||
public void testKt64222() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/builderInference/issues/kt64222.kt");
|
||||
}
|
||||
}
|
||||
|
||||
@Nested
|
||||
|
||||
+6
@@ -4086,6 +4086,12 @@ public class LLFirPreresolvedReversedDiagnosticCompilerFE10TestDataTestGenerated
|
||||
public void testKt63841() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/builderInference/issues/kt63841.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt64222.kt")
|
||||
public void testKt64222() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/builderInference/issues/kt64222.kt");
|
||||
}
|
||||
}
|
||||
|
||||
@Nested
|
||||
|
||||
Reference in New Issue
Block a user