]> gerrit.simantics Code Review - simantics/platform.git/blob - tests/org.simantics.scl.compiler.tests/src/org/simantics/scl/compiler/tests/scl/NoInstance.scl
Fixed multiple issues causing dangling references to discarded queries
[simantics/platform.git] / tests / org.simantics.scl.compiler.tests / src / org / simantics / scl / compiler / tests / scl / NoInstance.scl
1
2 class Foo a where
3     foo :: a
4
5 x :: Double
6 x = foo
7
8 --
9 6:5-6:8: Constraint <Foo Double> is not given and cannot be derived.