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

This reverts commit a2077f9063.
This commit is contained in:
Denis.Zharkov
2022-08-04 17:50:00 +02:00
parent 2ae2a7e442
commit 11a26e540e
20 changed files with 388 additions and 706 deletions
@@ -264,7 +264,6 @@ enum class LanguageFeature(
GenericInlineClassParameter(sinceVersion = KOTLIN_1_8, kind = UNSTABLE_FEATURE), // KT-32162
DataObjects(KOTLIN_1_8), // KT-4107
LightweightLambdas(KOTLIN_1_8, defaultState = State.DISABLED),
AllowExpressionAfterTypeReferenceWithoutSpacing(KOTLIN_1_8, kind = BUG_FIX), // KT-35811
// 1.9