Place inference from getters under the language feature

This commit is contained in:
Mikhail Zarechenskiy
2016-12-19 20:16:56 +03:00
parent c6a812b11c
commit 35e732a97f
5 changed files with 119 additions and 1 deletions
@@ -37,6 +37,7 @@ enum class LanguageFeature(val sinceVersion: LanguageVersion?) {
InlineConstVals(KOTLIN_1_1),
OperatorRem(KOTLIN_1_1),
OperatorProvideDelegate(KOTLIN_1_1),
ShortSyntaxForPropertyGetters(KOTLIN_1_1),
// Experimental features
MultiPlatformProjects(null),