Minor: refactor extended compiler checks

Use an analysis flag instead of a stub language feature
This commit is contained in:
Pavel Kirpichenkov
2021-02-08 15:29:45 +03:00
parent 2a46da906c
commit 75954dd1a4
5 changed files with 8 additions and 9 deletions
@@ -168,8 +168,6 @@ enum class LanguageFeature(
// Looks like we can't enable it until KT-26245 is fixed because otherwise some use cases become broken because of overrides
ProhibitUsingNullableTypeParameterAgainstNotNullAnnotated(sinceVersion = null, kind = BUG_FIX),
ExtendedCompilerChecks(sinceVersion = null),
// Experimental features
Coroutines(