Data flow information: take language version into account while processing safe calls and bound values #KT-14350 Fixed

This commit is contained in:
Mikhail Glukhikh
2017-01-18 15:47:21 +03:00
committed by mglukhikh
parent ebd577e52a
commit 905e67e713
15 changed files with 165 additions and 53 deletions
@@ -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),