X-Git-Url: https://gerrit.simantics.org/r/gitweb?p=simantics%2Fplatform.git;a=blobdiff_plain;f=tests%2Forg.simantics.scl.compiler.tests%2Fsrc%2Forg%2Fsimantics%2Fscl%2Fcompiler%2Ftests%2Fscl%2FInstanceTypeVariables.scl;h=d86f6cddc29041222dbe454ddcab418a9163b379;hp=e4ee646a956648b75bc37afb38dbd345868c238f;hb=172abed5dbf73c1304a7a95bb8504ea293556948;hpb=5930811a7911090a0c4984380c3b45ed81a93cde diff --git a/tests/org.simantics.scl.compiler.tests/src/org/simantics/scl/compiler/tests/scl/InstanceTypeVariables.scl b/tests/org.simantics.scl.compiler.tests/src/org/simantics/scl/compiler/tests/scl/InstanceTypeVariables.scl index e4ee646a9..d86f6cddc 100644 --- a/tests/org.simantics.scl.compiler.tests/src/org/simantics/scl/compiler/tests/scl/InstanceTypeVariables.scl +++ b/tests/org.simantics.scl.compiler.tests/src/org/simantics/scl/compiler/tests/scl/InstanceTypeVariables.scl @@ -1,10 +1,10 @@ -class Foo a b where - foo :: a -> b - -instance Foo a a where - foo x = x :: a - -main = "OK" --- -OK - +class Foo a b where + foo :: a -> b + +instance Foo a a where + foo x = x :: a + +main = "OK" +-- +OK +