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:

Example:

# @param [Integer] param
def method(param) end

method([1, 2])