[FIR] Lookup in local sources in default imports based on the flag

Reuse ALLOW_KOTLIN_PACKAGE for that
This commit is contained in:
Andrey Zinovyev
2021-06-07 13:45:50 +03:00
committed by Space
parent 3eeddf7077
commit 3572a96bb9
9 changed files with 19 additions and 8 deletions
@@ -53,4 +53,7 @@ object AnalysisFlags {
@JvmStatic
val extendedCompilerChecks by AnalysisFlag.Delegates.Boolean
@JvmStatic
val allowKotlinPackage by AnalysisFlag.Delegates.Boolean
}