diff --git a/compiler/psi/src/org/jetbrains/kotlin/psi/KtParameter.java b/compiler/psi/src/org/jetbrains/kotlin/psi/KtParameter.java index 9156ebbbab1..5dabef86713 100644 --- a/compiler/psi/src/org/jetbrains/kotlin/psi/KtParameter.java +++ b/compiler/psi/src/org/jetbrains/kotlin/psi/KtParameter.java @@ -112,6 +112,7 @@ public class KtParameter extends KtNamedDeclarationStub imp return getValOrVarKeyword() != null; } + @Override @Nullable public PsiElement getValOrVarKeyword() { KotlinParameterStub stub = getStub();