[REVERTED] 2692a7d Alexey Sedunov on 2/21/2016 at 00:50 (committed on 3/24/2016 at 18:42)

Spring Support: Inspection for Spring configuration
This commit is contained in:
Alexey Sedunov
2016-03-29 17:16:02 +03:00
parent 124776643e
commit 1970582dd8
8 changed files with 0 additions and 104 deletions
@@ -25,7 +25,6 @@ class KtLightIdentifier(
private val lightOwner: PsiNameIdentifierOwner,
private val ktDeclaration: KtNamedDeclaration?
) : LightIdentifier(lightOwner.manager, ktDeclaration?.name ?: "") {
override fun isPhysical() = true
override fun getParent() = lightOwner
override fun getTextRange() = ktDeclaration?.nameIdentifier?.textRange ?: TextRange.EMPTY_RANGE
}