We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ef88d4 commit b348bc2Copy full SHA for b348bc2
1 file changed
scenario/block/block_to_hash_with_kwargs.rb
@@ -8,5 +8,5 @@ def foo(**opts, &block)
8
9
## assert
10
class Object
11
- def foo: (**Integer | Proc) -> Hash[:key, Integer | Proc]
+ def foo: (**Integer) -> { key: Integer }
12
end
0 commit comments