]> gerrit.simantics Code Review - simantics/platform.git/blob - bundles/org.simantics.scl.compiler/tests/org/simantics/scl/compiler/tests/scl/TypeAnnotation2.scl
Re-enabled Acorn transaction cancellation support for testing
[simantics/platform.git] / bundles / org.simantics.scl.compiler / tests / 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>.