ruby-type-inference icon indicating copy to clipboard operation
ruby-type-inference copied to clipboard

Fix prioritization with RubyMine type inference system. Which plugin sometimes replaces

Open nikitabobko opened this issue 6 years ago • 0 comments

Example: run this with type tracker:

def foo(a); a; end

bar("String")

Then ask type of:

bar(4)

It will say that type in String but current type inference system in RubyMine can inference type itself and do it absolutely correctly

nikitabobko avatar Mar 14 '19 07:03 nikitabobko