]> gerrit.simantics Code Review - simantics/platform.git/blob - tests/org.simantics.scl.compiler.tests/src/org/simantics/scl/compiler/tests/scl/WrongDefaultMethod.scl
Merge commit 'e87f096'
[simantics/platform.git] / tests / org.simantics.scl.compiler.tests / src / org / simantics / scl / compiler / tests / scl / WrongDefaultMethod.scl
1 \r
2 class Foo a where\r
3     foo :: a\r
4     bar = foo\r
5     \r
6 main = "Not to be executed."\r
7 --\r
8 4:5-4:14: Method bar is not defined in this class.