Reports method and yield calls with arguments whose inferred types don't match the parameter's expected type. The expected parameter type is
taken from any of:
- The RBS type signature
- The Sorbet type signature
- The YARD
@param tag
Example:
# @param [Integer] param
def method(param) end
method([1, 2])