Greg Campbell

Results 1 issues of Greg Campbell

Sample code: ```ruby class SteepError def this_fails(foo, **_) return foo end end puts SteepError.new.this_fails("bar") ``` Stack trace: ``` [Steep 1.2.0] [typecheck:typecheck@5] [background] [#typecheck_source(path=demo.rb)] [#type_check_file(demo.rb@failures)] [synthesize:(1:1)] [synthesize:(1:1)] [synthesize:(2:3)] [synthesize:(2:23)] Unexpected error:...