FE: add test for KT-54305
This commit is contained in:
committed by
Space Team
parent
9f3d8130db
commit
7bd512fbb3
+6
@@ -801,6 +801,12 @@ public class DiagnosisCompilerTestFE10TestdataTestGenerated extends AbstractDiag
|
||||
runTest("compiler/testData/diagnostics/tests/SyntaxErrorInTestHighlightingEof.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("syntheticSet.kt")
|
||||
public void testSyntheticSet() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/syntheticSet.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("tailRecBasic.kt")
|
||||
public void testTailRecBasic() throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user