]> gerrit.simantics Code Review - simantics/platform.git/blob - scl/WrongDefaultMethod.scl
Fixed multiple issues causing dangling references to discarded queries
[simantics/platform.git] / scl / WrongDefaultMethod.scl
1
2 class Foo a where
3     foo :: a
4     bar = foo
5     
6 main = "Not to be executed."
7 --
8 4:5-4:14: Method bar is not defined in this class.