Add missing @Override annotation to KtParameter

This commit is contained in:
Roman Golyshev
2022-08-31 12:41:44 +00:00
committed by Space
parent 2e7a9f737f
commit 35116696b2
@@ -112,6 +112,7 @@ public class KtParameter extends KtNamedDeclarationStub<KotlinParameterStub> imp
return getValOrVarKeyword() != null;
}
@Override
@Nullable
public PsiElement getValOrVarKeyword() {
KotlinParameterStub stub = getStub();