mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
Uast-Groovy: GrUMethod.getBody() set to explicitly return null
`grElement.body` is always null, actually.
This commit is contained in:
+1
-1
@@ -71,7 +71,7 @@ class GrUMethod(val grElement: GrMethod, parentProvider: () -> UElement?) : UMet
|
||||
|
||||
override val annotations: List<UAnnotation> by lazy { grAnnotations(grElement.modifierList, this) }
|
||||
|
||||
override fun getBody(): PsiCodeBlock? = grElement.body
|
||||
override fun getBody(): PsiCodeBlock? = null
|
||||
|
||||
override fun getOriginalElement(): PsiElement? = sourcePsi.originalElement
|
||||
|
||||
|
||||
Reference in New Issue
Block a user