]> gerrit.simantics Code Review - simantics/platform.git/blob - tests/org.simantics.scl.compiler.tests/src/org/simantics/scl/compiler/tests/scl/ListError2.scl
Merge commit 'd186091'
[simantics/platform.git] / tests / org.simantics.scl.compiler.tests / src / org / simantics / scl / compiler / tests / scl / ListError2.scl
1 a :: Integer\r
2 a = a\r
3 \r
4 main :: [Integer]\r
5 main = [x | x <- a]\r
6 --\r
7 5:18-5:19: Expected <[a]> got <Integer>.