]> gerrit.simantics Code Review - simantics/platform.git/blob - scl/InconsistentIndentation.scl
Fixed multiple issues causing dangling references to discarded queries
[simantics/platform.git] / scl / InconsistentIndentation.scl
1 class Foo a where
2     x :: a
3   y :: a
4 --
5 3:3-3:4: Unexpected token 'y' (ID). Expected one of EOF, RBRACE, SEMICOLON.