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:
@@ -265,7 +265,6 @@ enum class LanguageFeature(
|
||||
DataObjects(KOTLIN_1_8), // KT-4107
|
||||
LightweightLambdas(KOTLIN_1_8, defaultState = State.DISABLED),
|
||||
AllowExpressionAfterTypeReferenceWithoutSpacing(KOTLIN_1_8, kind = BUG_FIX), // KT-35811
|
||||
AllowTypeArgumentListLikeExpressions(KOTLIN_1_8, kind = BUG_FIX), // KT-8263
|
||||
|
||||
// 1.9
|
||||
|
||||
|
||||
Reference in New Issue
Block a user