Add test for parsing issue KT-53719
^KT-53719 Related
This commit is contained in:
+6
@@ -31353,6 +31353,12 @@ public class DiagnosisCompilerTestFE10TestdataTestGenerated extends AbstractDiag
|
||||
public void testComplicatedLTGTE() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/syntax/complicatedLTGTE.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("incorrectLTGTFallback.kt")
|
||||
public void testIncorrectLTGTFallback() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/syntax/incorrectLTGTFallback.kt");
|
||||
}
|
||||
}
|
||||
|
||||
@Nested
|
||||
|
||||
Reference in New Issue
Block a user