Fernando
Fernando
Narrowing down the issue, it only happens when using ``->(...)`` lambda syntax with a ``do..end``. As soon as the ``->(...)`` syntax is changed to ``lambda`` (like ``lambda do |i, j|...
> This works: > > ``` > # @type [Hash{Integer => Foo}] > ``` Thank you, I completely missed this type syntax for hashes, it works now! > The [YARD...
> > Not demanding this but I'm genuinely curious, how possible would it be for Solargraph to determine the type of a hash based on what is inserted? > >...