Check untyped call automatically by test by pocke · Pull Request #256 · ruby/gem_rbs_collection

This PR adds a test to check "untyped call" by steep stats command. Problem Sometimes test code includes untyped calls unexpectedly. For example: # rbs def f: () -> untyped # ruby f.something # <-...