Revert "KT-35811: Type parameter angle brackets followed by equal sign are parsed incorrectly if whitespace is missing"
This reverts commit ba5c85d6
^KT-52684 Related
This commit is contained in:
@@ -260,7 +260,6 @@ enum class LanguageFeature(
|
||||
SynchronizedSuspendError(KOTLIN_1_8),
|
||||
EnableDfaWarningsInK2(KOTLIN_1_8, kind = OTHER), // KT-50965
|
||||
ReportNonVarargSpreadOnGenericCalls(KOTLIN_1_8, kind = BUG_FIX), // KT-48162
|
||||
AllowExpressionAfterTypeReferenceWithoutSpacing(KOTLIN_1_8, kind = BUG_FIX), // KT-35811
|
||||
RefineTypeCheckingOnAssignmentsToJavaFields(KOTLIN_1_8, kind = BUG_FIX),
|
||||
RangeUntilOperator(KOTLIN_1_8), // KT-15613
|
||||
|
||||
|
||||
Reference in New Issue
Block a user