Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
andyw8 committed Jul 5, 2024
1 parent 6916fde commit 4a2b446
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/ruby_indexer/test/rbs_indexer_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -247,11 +247,10 @@ def test_rbs_method_with_optional_keywords
end

def test_rbs_method_with_required_keywords
# Investigating if there are any methods in Core for this
# There are no methods in Core that have required keyword arguments,
# so we test against RBS directly

# TODO: why does removing block break this?
# TODO: why does removing the block break this?
rbs = <<~RBS
class File
def foo: (::Numeric a, ::Numeric b) { (::Numeric) -> void } -> self
Expand Down

0 comments on commit 4a2b446

Please sign in to comment.