JetAnnotationEntry#getCalleeExpression() by stub
This commit is contained in:
@@ -52,7 +52,7 @@ public class JetAnnotationEntry extends JetElementImplStub<PsiJetAnnotationEntry
|
||||
|
||||
@Override
|
||||
public JetConstructorCalleeExpression getCalleeExpression() {
|
||||
return (JetConstructorCalleeExpression) findChildByType(JetNodeTypes.CONSTRUCTOR_CALLEE);
|
||||
return getStubOrPsiChild(JetStubElementTypes.CONSTRUCTOR_CALLEE);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user