JetBrains / JetBrains/ruby-type-inference

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

Open
#32 0 comments 0 reactions 1 assignee Claimed by @nikitabobko View on GitHub
Dominant language
Kotlin
Stars
135
Forks
5
PR merge metrics
No merged PRs in 30d

Description

Example:
run this with type tracker:
```ruby
def foo(a); a; end

bar("String")
```
Then ask type of:
```ruby
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

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.