]> gerrit.simantics Code Review - simantics/platform.git/blob - bundles/org.simantics.scl.compiler/tests/org/simantics/scl/compiler/tests/scl/NoInstance.scl
Re-enabled Acorn transaction cancellation support for testing
[simantics/platform.git] / bundles / org.simantics.scl.compiler / tests / org / simantics / scl / compiler / tests / scl / NoInstance.scl
1 \r
2 class Foo a where\r
3     foo :: a\r
4 \r
5 x :: Double\r
6 x = foo\r
7 \r
8 --\r
9 6:5-6:8: Constraint <Foo Double> is not given and cannot be derived.