We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f6f900 commit b1c25acCopy full SHA for b1c25ac
test/spoom/cli/srb/lsp_test.rb
@@ -38,9 +38,9 @@ def foo(a)
38
assert_equal(<<~MSG, result.err)
39
Error: Sorbet returned typechecking errors for `/errors.rb`
40
8:11-8:11: Not enough arguments provided for method `Foo#foo`. Expected: `1`, got: `0` (7004)
41
- 5:2-5:5: Expected `String` but found `NilClass` for method result type (7005)
42
3:2-3:5: Method `sig` does not exist on `T.class_of(Foo)` (fix available) (7003)
43
3:8-3:14: Method `params` does not exist on `T.class_of(Foo)` (7003)
+ 5:2-5:5: Expected `String` but found `NilClass` for method result type (7005)
44
9:0-9:3: Unable to resolve constant `Bar` (fix available) (5002)
45
MSG
46
end
0 commit comments