diff --git a/compiler/frontend/src/org/jetbrains/kotlin/resolve/lazy/LazyImportScope.kt b/compiler/frontend/src/org/jetbrains/kotlin/resolve/lazy/LazyImportScope.kt index 838670a9725..67df8fd8928 100644 --- a/compiler/frontend/src/org/jetbrains/kotlin/resolve/lazy/LazyImportScope.kt +++ b/compiler/frontend/src/org/jetbrains/kotlin/resolve/lazy/LazyImportScope.kt @@ -223,7 +223,7 @@ class LazyImportScope( override val parent: ImportingScope?, private val importResolver: LazyImportResolver<*>, private val secondaryImportResolver: LazyImportResolver<*>?, - private val filteringKind: LazyImportScope.FilteringKind, + private val filteringKind: FilteringKind, private val debugName: String ) : ImportingScope {