diff --git a/compiler/frontend/src/org/jetbrains/jet/lang/psi/JetMultiDeclarationEntry.java b/compiler/frontend/src/org/jetbrains/jet/lang/psi/JetMultiDeclarationEntry.java index 9e4f01ac9dd..d9619839c50 100644 --- a/compiler/frontend/src/org/jetbrains/jet/lang/psi/JetMultiDeclarationEntry.java +++ b/compiler/frontend/src/org/jetbrains/jet/lang/psi/JetMultiDeclarationEntry.java @@ -38,6 +38,7 @@ public class JetMultiDeclarationEntry extends JetNamedDeclarationNotStubbed impl return TypeRefHelpersPackage.getTypeRef(this); } + @Override @Nullable public JetTypeReference setTypeRef(@Nullable JetTypeReference typeRef) { return TypeRefHelpersPackage.setTypeRef(this, getNameIdentifier(), typeRef); diff --git a/compiler/frontend/src/org/jetbrains/jet/lang/psi/JetProperty.java b/compiler/frontend/src/org/jetbrains/jet/lang/psi/JetProperty.java index 30bc9b0733b..c1fd473753a 100644 --- a/compiler/frontend/src/org/jetbrains/jet/lang/psi/JetProperty.java +++ b/compiler/frontend/src/org/jetbrains/jet/lang/psi/JetProperty.java @@ -149,6 +149,7 @@ public class JetProperty extends JetTypeParameterListOwnerStub