]> gerrit.simantics Code Review - simantics/platform.git/blob - tests/org.simantics.scl.compiler.tests/src/org/simantics/scl/compiler/tests/scl/TypeAnnotation2.scl
Merge commit '876ede6'
[simantics/platform.git] / tests / org.simantics.scl.compiler.tests / src / org / simantics / scl / compiler / tests / scl / TypeAnnotation2.scl
1 id (x :: Integer) = x\r
2 \r
3 main = id "foo"\r
4 --\r
5 3:11-3:16: Expected <Integer> got <String>.