[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Add check for non-alphabetical inherits



There are actually two checks here:

 - `inherit (a) ...` should come before `inherit (b) ...`
 - `inherit (...) a b` is preferable to `inherit (...) b a`