From 2585c187b727e0e8a0aa335242af6aceedad217c Mon Sep 17 00:00:00 2001 From: Dmitry Trofimov Date: Tue, 22 Nov 2011 16:16:46 +0100 Subject: [PATCH 1/1] IPython: Magic function are parsed correctly (PY-4497, PY-4468) --- .../core-api/src/com/intellij/psi/tree/IFileElementType.java | 1 + 1 file changed, 1 insertion(+) diff --git a/platform/core-api/src/com/intellij/psi/tree/IFileElementType.java b/platform/core-api/src/com/intellij/psi/tree/IFileElementType.java index d0f0fa53bfe2..a9a3a83bc5a1 100644 --- a/platform/core-api/src/com/intellij/psi/tree/IFileElementType.java +++ b/platform/core-api/src/com/intellij/psi/tree/IFileElementType.java @@ -31,6 +31,7 @@ public class IFileElementType extends ILazyParseableElementType { super(debugName, language); } + @Nullable @Override public ASTNode parseContents(final ASTNode chameleon) { final PsiElement psi = chameleon.getPsi(); -- 2.32.0