[FE 1.0] Introduce "range until operator" language feature, and report errors on its usages till 1.8
This commit is contained in:
committed by
teamcity
parent
de9d1dc536
commit
c266303197
@@ -262,6 +262,7 @@ enum class LanguageFeature(
|
||||
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
|
||||
|
||||
// 1.9
|
||||
|
||||
|
||||
Reference in New Issue
Block a user