Minor, drop outdated constructor from FunctionReference
This commit is contained in:
@@ -31,11 +31,6 @@ public class FunctionReference extends FunctionImpl implements KFunction {
|
|||||||
this.arity = arity;
|
this.arity = arity;
|
||||||
}
|
}
|
||||||
|
|
||||||
@Deprecated // preserved for binary compatibility with M12 release
|
|
||||||
public FunctionReference() {
|
|
||||||
this.arity = 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public int getArity() {
|
public int getArity() {
|
||||||
return arity;
|
return arity;
|
||||||
|
|||||||
Reference in New Issue
Block a user