Revert "KT-8263: Conditional operators are not parsed correctly"
This reverts commit ec8da2033c.
For the reason for the revert see KT-53719
^KT-8263 Open
^KT-53719 Fixed
This commit is contained in:
Generated
-22
@@ -32293,28 +32293,6 @@ public class DiagnosticTestGenerated extends AbstractDiagnosticTest {
|
||||
}
|
||||
}
|
||||
|
||||
@Nested
|
||||
@TestMetadata("compiler/testData/diagnostics/tests/typeArguments")
|
||||
@TestDataPath("$PROJECT_ROOT")
|
||||
public class TypeArguments {
|
||||
@Test
|
||||
public void testAllFilesPresentInTypeArguments() throws Exception {
|
||||
KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("compiler/testData/diagnostics/tests/typeArguments"), Pattern.compile("^(.*)\\.kts?$"), Pattern.compile("^(.+)\\.fir\\.kts?$"), true);
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("allowTypeArgumentListLikeExpressions.kt")
|
||||
public void testAllowTypeArgumentListLikeExpressions() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/typeArguments/allowTypeArgumentListLikeExpressions.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("forbidTypeArgumentListLikeExpressions.kt")
|
||||
public void testForbidTypeArgumentListLikeExpressions() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/typeArguments/forbidTypeArgumentListLikeExpressions.kt");
|
||||
}
|
||||
}
|
||||
|
||||
@Nested
|
||||
@TestMetadata("compiler/testData/diagnostics/tests/typeParameters")
|
||||
@TestDataPath("$PROJECT_ROOT")
|
||||
|
||||
Reference in New Issue
Block a user