Ruby::UnexpectedError when a method receives a kwarg as a record type · Issue #429 · soutaro/steep

Ruby::UnexpectedError occurs when a method receives a kwarg as a record type. Steep version is v0.46.0. # Steepfile target :lib do check '.' signature '.' end # test.rbs class C def self.m1: ({a: S...