Fixing compilation
This commit is contained in:
@@ -2,6 +2,7 @@ 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.lexer.JetTokens;
|
||||
|
||||
import java.util.List;
|
||||
@@ -14,7 +15,7 @@ public class JetNullableType extends JetTypeElement {
|
||||
super(node);
|
||||
}
|
||||
|
||||
@NotNull
|
||||
@Nullable
|
||||
public ASTNode getQuestionMarkNode() {
|
||||
return getNode().findChildByType(JetTokens.QUEST);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user