]> gerrit.simantics Code Review - simantics/platform.git/blob - tests/org.simantics.scl.compiler.tests/src/org/simantics/scl/compiler/tests/scl/InvalidKinds.scl
Merge commit '53059ca'
[simantics/platform.git] / tests / org.simantics.scl.compiler.tests / src / org / simantics / scl / compiler / tests / scl / InvalidKinds.scl
1 \r
2 data List a = Nil | Cons a (List a)\r
3 \r
4 foo :: List\r
5 foo = foo\r
6 --\r
7 4:8-4:12: Expected a type with kind * but got * -> *.