Skip to content

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

@nikitabobko

Description

@nikitabobko

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

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions