]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - tests/org.simantics.scl.compiler.tests/src/org/simantics/scl/compiler/tests/scl/TypingError2.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 / TypingError2.scl
index 7632ffcefee085ebec24b138b6cfafbc0dcaeea3..f093e6b8aad160714ffbca46edc7203a2d74e27b 100644 (file)
@@ -1,9 +1,9 @@
-a :: Integer\r
-a = a\r
-\r
-id :: Integer -> Integer\r
-id x = x\r
-\r
-b = id a a\r
---\r
+a :: Integer
+a = a
+
+id :: Integer -> Integer
+id x = x
+
+b = id a a
+--
 7:5-7:11: Function of arity 1 is applied with 2 parameters.
\ No newline at end of file