Minor: added @NotNull annotations from interfaces.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user