Disallow duplicate argument names · Issue #742 · ruby/rbs

Currently RBS allows duplicate argument names. # In RBS, all of the following are valid class C def required_positional: (String x, String x) -> void def required_keyword: (x: String, x: String) ->...