mirror of https://github.com/Wilfred/difftastic/
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. |
||
|---|---|---|
| .. | ||
| parse-with-scalac | ||
| smoke_test.sh | ||