]> gerrit.simantics Code Review - simantics/platform.git/blob - tests/org.simantics.scl.compiler.tests/src/org/simantics/scl/compiler/tests/scl/ListError2.scl
(refs #7307) Added features field to SCL module header
[simantics/platform.git] / tests / org.simantics.scl.compiler.tests / src / org / simantics / scl / compiler / tests / scl / ListError2.scl
1 a :: Integer
2 a = a
3
4 main :: [Integer]
5 main = [x | x <- a]
6 --
7 5:18-5:19: Expected <[a]> got <Integer>.