From 029a792165e941da0987633d13c1090bee4cbd1b Mon Sep 17 00:00:00 2001 From: "Pavel V. Talanov" Date: Fri, 4 Apr 2014 19:55:59 +0400 Subject: [PATCH] JetNullableType#getInnerType() by stub --- .../src/org/jetbrains/jet/lang/psi/JetNullableType.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/compiler/frontend/src/org/jetbrains/jet/lang/psi/JetNullableType.java b/compiler/frontend/src/org/jetbrains/jet/lang/psi/JetNullableType.java index 065d318b935..2cdbd411e86 100644 --- a/compiler/frontend/src/org/jetbrains/jet/lang/psi/JetNullableType.java +++ b/compiler/frontend/src/org/jetbrains/jet/lang/psi/JetNullableType.java @@ -18,9 +18,9 @@ package org.jetbrains.jet.lang.psi; import com.intellij.lang.ASTNode; import org.jetbrains.annotations.NotNull; +import org.jetbrains.annotations.Nullable; import org.jetbrains.jet.lang.psi.stubs.PsiJetPlaceHolderStub; import org.jetbrains.jet.lang.psi.stubs.elements.JetStubElementTypes; -import org.jetbrains.annotations.Nullable; import org.jetbrains.jet.lexer.JetTokens; import java.util.Collections; @@ -55,6 +55,6 @@ public class JetNullableType extends JetElementImplStub