[minor] Remove redundant qualifier name
This commit is contained in:
@@ -223,7 +223,7 @@ class LazyImportScope(
|
|||||||
override val parent: ImportingScope?,
|
override val parent: ImportingScope?,
|
||||||
private val importResolver: LazyImportResolver<*>,
|
private val importResolver: LazyImportResolver<*>,
|
||||||
private val secondaryImportResolver: LazyImportResolver<*>?,
|
private val secondaryImportResolver: LazyImportResolver<*>?,
|
||||||
private val filteringKind: LazyImportScope.FilteringKind,
|
private val filteringKind: FilteringKind,
|
||||||
private val debugName: String
|
private val debugName: String
|
||||||
) : ImportingScope {
|
) : ImportingScope {
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user