fn is_dynamic_call(callee: &Expr<'_>) -> bool
Returns true when callee(args) is statically known to return a dynamic type.
true
callee(args)