Revert "KT-35811: Type parameter angle brackets followed by equal sign are parsed incorrectly if whitespace is missing"

This reverts commit 2053363def.

^KT-35811 Open
This commit is contained in:
Denis.Zharkov
2022-08-25 18:14:52 +02:00
committed by teamcity
parent 211d662708
commit 3d7969ec8f
20 changed files with 388 additions and 706 deletions
@@ -2444,11 +2444,6 @@ public class ParsingTestGenerated extends AbstractParsingTest {
runTest("compiler/testData/psi/recovery/SameLineStatementRecovery.kt");
}
@TestMetadata("TypeParameterBeforeEqualSign.kt")
public void testTypeParameterBeforeEqualSign() throws Exception {
runTest("compiler/testData/psi/recovery/TypeParameterBeforeEqualSign.kt");
}
@TestMetadata("UnfinishedExtension.kt")
public void testUnfinishedExtension() throws Exception {
runTest("compiler/testData/psi/recovery/UnfinishedExtension.kt");