Skip to content

Commit b348bc2

Browse files
committed
Make the CI pass
1 parent 2ef88d4 commit b348bc2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scenario/block/block_to_hash_with_kwargs.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ def foo(**opts, &block)
88

99
## assert
1010
class Object
11-
def foo: (**Integer | Proc) -> Hash[:key, Integer | Proc]
11+
def foo: (**Integer) -> { key: Integer }
1212
end

0 commit comments

Comments
 (0)