mirror of https://github.com/Wilfred/difftastic/
Fixes extends clause
Problem ------- 1. In Scala 3, extends clause can be comma separated. 2. In Scala 2 or 3 extends clause can ctor with parameters: `class D with E(x) with F(y)`. Solution -------- `extends` is now followed by *constructor applications* separated by either `with` or `,` as opposed to treating them as a compound type.pull/481/head
parent
63adddac00
commit
b5fd12eaab
Loading…
Reference in New Issue