]> gerrit.simantics Code Review - simantics/platform.git/blob - bundles/org.simantics.scl.compiler/tests/org/simantics/scl/compiler/tests/scl/TypingError1.scl
Remove unused import in DeleteHandler
[simantics/platform.git] / bundles / org.simantics.scl.compiler / tests / org / simantics / scl / compiler / tests / scl / TypingError1.scl
1 a :: Double
2 a = a
3
4 id :: Integer -> Integer
5 id x = x
6
7 b = id a
8 --
9 7:8-7:9: Expected <Integer> got <Double>.