]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - tests/org.simantics.scl.compiler.tests/src/org/simantics/scl/compiler/tests/scl/Void3.scl
Fixed all line endings of the repository
[simantics/platform.git] / tests / org.simantics.scl.compiler.tests / src / org / simantics / scl / compiler / tests / scl / Void3.scl
index 0530c8a11866885c924ecdc2e5e0565b91130091..f13e9e732a469181f3837bcd8d29b0dba76be598 100644 (file)
@@ -1,12 +1,12 @@
-import "JavaBuiltin" as Java\r
-\r
-data Foo = Foo ()\r
-\r
-\r
-ff = Foo ()\r
-\r
-gg () = 3 :: Integer\r
-\r
-main = gg (match ff with Foo a -> a)\r
---\r
+import "JavaBuiltin" as Java
+
+data Foo = Foo ()
+
+
+ff = Foo ()
+
+gg () = 3 :: Integer
+
+main = gg (match ff with Foo a -> a)
+--
 3
\ No newline at end of file