Commit 27e1980e authored by Daniil Ovchinnikov's avatar Daniil Ovchinnikov
Browse files

[gradle] cleanup

parent ac0d240f
Showing with 2 additions and 1 deletion
+2 -1
......@@ -33,7 +33,8 @@ internal fun PsiClass?.isResolvedInGradleScript() = this is GroovyScriptClass &&
internal fun PsiFile?.isGradleScript() = this?.originalFile?.virtualFile?.extension == EXTENSION
@JvmField val RESOLVED_CODE: Key<Boolean?> = Key.create<Boolean?>("gradle.resolved")
@JvmField
val RESOLVED_CODE: Key<Boolean?> = Key.create("gradle.resolved")
// TODO extract API for delegation
fun processDelegatedDeclarations(processor: PsiScopeProcessor, state: ResolveState, place: PsiElement, fqn: String): Boolean {
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment