Commits

Janek Spaderna committed 7819da76d17
[Parse] Improve diagnostics in inheritance clauses Before, a keyword in an inheritance clause would lead to a long list of errors not really showing what was wrong. A special case is added to handle protocol composition; in inheritance clauses the protocols don't have to be composed with 'protocol<>'.