]> gerrit.simantics Code Review - simantics/platform.git/blob - bundles/org.simantics.scl.compiler/tests/org/simantics/scl/compiler/tests/scl/InvalidKinds3.scl
Remove unused import in DeleteHandler
[simantics/platform.git] / bundles / org.simantics.scl.compiler / tests / org / simantics / scl / compiler / tests / scl / InvalidKinds3.scl
1 \r
2 data List a = Nil | Cons a List\r
3 \r
4 --\r
5 2:28-2:32: Expected a type with kind * but got ?a -> *.