[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Add check for non-alphabetical inherits
- Subject: Add check for non-alphabetical inherits
- From: Chris Warburton
- Date: Tue, 03 Apr 2018 19:46:12 +0100
- State: new
There are actually two checks here:
- `inherit (a) ...` should come before `inherit (b) ...`
- `inherit (...) a b` is preferable to `inherit (...) b a`