Unused method removed
This commit is contained in:
@@ -49,7 +49,6 @@ public interface ValueParameterDescriptor extends VariableDescriptor, Annotated
|
|||||||
*/
|
*/
|
||||||
boolean declaresDefaultValue();
|
boolean declaresDefaultValue();
|
||||||
|
|
||||||
boolean isRef();
|
|
||||||
@Nullable JetType getVarargElementType();
|
@Nullable JetType getVarargElementType();
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
|||||||
-5
@@ -115,11 +115,6 @@ public class ValueParameterDescriptorImpl extends VariableDescriptorImpl impleme
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
|
||||||
public boolean isRef() {
|
|
||||||
throw new UnsupportedOperationException(); // TODO
|
|
||||||
}
|
|
||||||
|
|
||||||
@Nullable
|
@Nullable
|
||||||
public JetType getVarargElementType() {
|
public JetType getVarargElementType() {
|
||||||
return varargElementType;
|
return varargElementType;
|
||||||
|
|||||||
Reference in New Issue
Block a user