Support coroutine inference under version <= 1.2

Follow-up #KT-26958
This commit is contained in:
Mikhail Zarechenskiy
2018-09-20 13:07:38 +03:00
parent de36d919aa
commit a4f5cced47
8 changed files with 111 additions and 9 deletions
@@ -89,6 +89,7 @@ enum class LanguageFeature(
ProhibitErroneousExpressionsInAnnotationsWithUseSiteTargets(KOTLIN_1_3, kind = BUG_FIX),
NewCapturedReceiverFieldNamingConvention(KOTLIN_1_3, kind = BUG_FIX),
ExtendedMainConvention(KOTLIN_1_3),
ExperimentalBuilderInference(KOTLIN_1_3),
RestrictReturnStatementTarget(KOTLIN_1_4, kind = BUG_FIX),
NoConstantValueAttributeForNonConstVals(KOTLIN_1_4, kind = BUG_FIX),