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
@@ -50,4 +50,7 @@ object AnalysisFlags {
@JvmStatic
val libraryToSourceAnalysis by AnalysisFlag.Delegates.Boolean
@JvmStatic
val extendedCompilerChecks by AnalysisFlag.Delegates.Boolean
}