Minor: refactor extended compiler checks
Use an analysis flag instead of a stub language feature
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user