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;
|
return getValOrVarKeyword() != null;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
@Nullable
|
@Nullable
|
||||||
public PsiElement getValOrVarKeyword() {
|
public PsiElement getValOrVarKeyword() {
|
||||||
KotlinParameterStub stub = getStub();
|
KotlinParameterStub stub = getStub();
|
||||||
|
|||||||
Reference in New Issue
Block a user