Skip to content

Commit

Permalink
Don't ignore cfg-disabled items in resolve
Browse files Browse the repository at this point in the history
  • Loading branch information
dima74 committed Sep 15, 2020
1 parent bb5e2c9 commit f3e755d
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -57,7 +57,7 @@ fun processItemDeclarations2(
val item = toPsi(defMap.defDatabase, project, namespace) ?: return null

// todo ?
if (visibility === Visibility.CfgDisabled) return null
// if (visibility === Visibility.CfgDisabled) return null
// if ((visibility === CfgDisabled) != !item.isEnabledByCfg) return null

val itemNamespaces = item.namespaces
Expand Down

0 comments on commit f3e755d

Please sign in to comment.