Minor: added @NotNull annotations from interfaces.
This commit is contained in:
@@ -39,6 +39,7 @@ public interface ValueParameterDescriptor extends VariableDescriptor, Annotated
|
|||||||
@NotNull
|
@NotNull
|
||||||
JetType getType();
|
JetType getType();
|
||||||
|
|
||||||
|
@NotNull
|
||||||
@Override
|
@Override
|
||||||
ValueParameterDescriptor getOriginal();
|
ValueParameterDescriptor getOriginal();
|
||||||
|
|
||||||
|
|||||||
@@ -51,6 +51,7 @@ public abstract class VariableDescriptorImpl extends DeclarationDescriptorImpl i
|
|||||||
super(containingDeclaration, annotations, name);
|
super(containingDeclaration, annotations, name);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@NotNull
|
||||||
@Override
|
@Override
|
||||||
public JetType getType() {
|
public JetType getType() {
|
||||||
return outType;
|
return outType;
|
||||||
|
|||||||
Reference in New Issue
Block a user