提交 0d84a045 编写于 作者: E Evgeny Gerashchenko

Minor: added @NotNull annotations from interfaces.

上级 eeb991e3
......@@ -39,6 +39,7 @@ public interface ValueParameterDescriptor extends VariableDescriptor, Annotated
@NotNull
JetType getType();
@NotNull
@Override
ValueParameterDescriptor getOriginal();
......
......@@ -51,6 +51,7 @@ public abstract class VariableDescriptorImpl extends DeclarationDescriptorImpl i
super(containingDeclaration, annotations, name);
}
@NotNull
@Override
public JetType getType() {
return outType;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册