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