Drop KFunction.isTailrec
The fate of this modifier seems unclear, and there doesn't seem to be any valuable use cases for it in reflection
This commit is contained in:
@@ -61,11 +61,6 @@ public class FunctionReference extends CallableReference implements FunctionImpl
|
||||
return getReflected().isInfix();
|
||||
}
|
||||
|
||||
@Override
|
||||
public boolean isTailrec() {
|
||||
return getReflected().isTailrec();
|
||||
}
|
||||
|
||||
@Override
|
||||
public boolean isSuspend() {
|
||||
return getReflected().isSuspend();
|
||||
|
||||
Reference in New Issue
Block a user