mirror of https://github.com/Wilfred/difftastic/
Using clause in $.arguments
Problem ------- Scala 3 introduced using clauses to function call expressions: ```scala f(using A) ``` The grammar did not allow that Solution ------- Add `choice` between regular and using-clause argument lists in `$.arguments`text_sliders
parent
9ec7921aa6
commit
8cb5a00a1d
Loading…
Reference in New Issue