]> gerrit.simantics Code Review - simantics/platform.git/blob - bundles/org.simantics.scl.compiler/tests/org/simantics/scl/compiler/tests/scl/WrongDefaultMethod.scl
List the unsatisfied dependencies in CanvasContext
[simantics/platform.git] / bundles / org.simantics.scl.compiler / tests / 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.