Unresolved reference not reported on data class constructor @get annotation (KT-19628)

This commit is contained in:
Yan Zhulanow
2018-07-17 20:38:52 +03:00
parent 463f8dae6a
commit bda14fcbb2
13 changed files with 131 additions and 10 deletions
@@ -87,6 +87,7 @@ enum class LanguageFeature(
SoundSmartcastForEnumEntries(KOTLIN_1_3, kind = BUG_FIX),
SoundSmartcastFromLoopConditionForLoopAssignedVariables(KOTLIN_1_3, kind = BUG_FIX),
DslMarkerOnFunctionTypeReceiver(KOTLIN_1_4, kind = BUG_FIX),
ProhibitErroneousExpressionsInAnnotationsWithUseSiteTargets(KOTLIN_1_3, kind = BUG_FIX),
RestrictReturnStatementTarget(KOTLIN_1_4, kind = BUG_FIX),
ProperIeee754Comparisons(sinceVersion = null, defaultState = State.DISABLED, kind = BUG_FIX),