Add missing @Override annotation to KtParameter
This commit is contained in:
@@ -112,6 +112,7 @@ public class KtParameter extends KtNamedDeclarationStub<KotlinParameterStub> imp
|
||||
return getValOrVarKeyword() != null;
|
||||
}
|
||||
|
||||
@Override
|
||||
@Nullable
|
||||
public PsiElement getValOrVarKeyword() {
|
||||
KotlinParameterStub stub = getStub();
|
||||
|
||||
Reference in New Issue
Block a user