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