Fix reporting exception problems on Kotlin UAST fields (KT-17714)
This commit is contained in:
@@ -130,6 +130,12 @@ open class KotlinUField(
|
|||||||
override fun getNameIdentifier(): PsiIdentifier {
|
override fun getNameIdentifier(): PsiIdentifier {
|
||||||
return super.getNameIdentifier()
|
return super.getNameIdentifier()
|
||||||
}
|
}
|
||||||
|
|
||||||
|
override fun isPhysical(): Boolean {
|
||||||
|
return true
|
||||||
|
}
|
||||||
|
|
||||||
|
override fun getContainingFile(): PsiFile? = (psi as? KtLightElement<*, *>)?.kotlinOrigin?.containingFile ?: psi.containingFile
|
||||||
}
|
}
|
||||||
|
|
||||||
open class KotlinULocalVariable(
|
open class KotlinULocalVariable(
|
||||||
|
|||||||
Reference in New Issue
Block a user