Data flow information: take language version into account while processing safe calls and bound values #KT-14350 Fixed
This commit is contained in:
committed by
mglukhikh
parent
ebd577e52a
commit
905e67e713
@@ -39,6 +39,7 @@ enum class LanguageFeature(val sinceVersion: LanguageVersion?) {
|
||||
OperatorProvideDelegate(KOTLIN_1_1),
|
||||
ShortSyntaxForPropertyGetters(KOTLIN_1_1),
|
||||
RefinedSamAdaptersPriority(KOTLIN_1_1),
|
||||
SafeCallBoundSmartCasts(KOTLIN_1_1),
|
||||
|
||||
// Experimental features
|
||||
MultiPlatformProjects(null),
|
||||
|
||||
Reference in New Issue
Block a user