]> gerrit.simantics Code Review - simantics/platform.git/blob - tests/org.simantics.scl.compiler.tests/src/org/simantics/scl/compiler/tests/scl/InvalidKinds.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 / InvalidKinds.scl
1
2 data List a = Nil | Cons a (List a)
3
4 foo :: List
5 foo = foo
6 --
7 4:8-4:12: Expected a type with kind * but got * -> *.