[minor] Remove redundant qualifier name

This commit is contained in:
Ilya Muradyan
2022-10-12 00:31:28 +02:00
parent c4fa1ed9d8
commit b8260257fb
@@ -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 {