difftastic/script
Eugene Yokota b5fd12eaab 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.
2023-01-13 14:40:20 +07:00
..
parse-with-scalac Initial commit 2018-02-22 10:58:11 +07:00
smoke_test.sh Fixes extends clause 2023-01-13 14:40:20 +07:00