From b08f37345ecd0a28a09ddf04de8f3042df8aeded Mon Sep 17 00:00:00 2001 From: "Pavel V. Talanov" Date: Fri, 4 Apr 2014 19:34:53 +0400 Subject: [PATCH] JetDelegationSpecifier#getTypeReference() by stub --- .../org/jetbrains/jet/lang/psi/JetDelegationSpecifier.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/compiler/frontend/src/org/jetbrains/jet/lang/psi/JetDelegationSpecifier.java b/compiler/frontend/src/org/jetbrains/jet/lang/psi/JetDelegationSpecifier.java index 05bce5e4f53..6b01a415379 100644 --- a/compiler/frontend/src/org/jetbrains/jet/lang/psi/JetDelegationSpecifier.java +++ b/compiler/frontend/src/org/jetbrains/jet/lang/psi/JetDelegationSpecifier.java @@ -21,8 +21,8 @@ import com.intellij.psi.stubs.IStubElementType; import com.intellij.util.ArrayFactory; import org.jetbrains.annotations.NotNull; import org.jetbrains.annotations.Nullable; -import org.jetbrains.jet.JetNodeTypes; import org.jetbrains.jet.lang.psi.stubs.PsiJetPlaceHolderStub; +import org.jetbrains.jet.lang.psi.stubs.elements.JetStubElementTypes; public class JetDelegationSpecifier extends JetElementImplStub> { @@ -53,7 +53,7 @@ public class JetDelegationSpecifier extends JetElementImplStub