Closed asedunov closed 1 year ago
Recent changes in Crystal compiler (https://github.com/crystal-lang/crystal/commit/b69838c0b6c08788e557f1959a788f779feefa04) have introduced a block unpacking which allows to declare arbitrarily nested parameters in call blocks, e.g.
foo { |(a, (b, (c, d)))| }
This should be supported in plugin as well
Recent changes in Crystal compiler (https://github.com/crystal-lang/crystal/commit/b69838c0b6c08788e557f1959a788f779feefa04) have introduced a block unpacking which allows to declare arbitrarily nested parameters in call blocks, e.g.
This should be supported in plugin as well