]> gerrit.simantics Code Review - simantics/platform.git/blob - InconsistentIndentation.scl
bf1e626ac452bc7a9cffd9cfb6e56661cf60ea05
[simantics/platform.git] / 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.