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%2FMissingMethod.scl;h=3ab595f90a2522302e6d050c31555fd801185ae1;hp=d5b1b27f8a618125f9421dd67bb0403714465689;hb=172abed5dbf73c1304a7a95bb8504ea293556948;hpb=28418dc0f3cc153ba631c201c900b99e45fa03d1 diff --git a/tests/org.simantics.scl.compiler.tests/src/org/simantics/scl/compiler/tests/scl/MissingMethod.scl b/tests/org.simantics.scl.compiler.tests/src/org/simantics/scl/compiler/tests/scl/MissingMethod.scl index d5b1b27f8..3ab595f90 100644 --- a/tests/org.simantics.scl.compiler.tests/src/org/simantics/scl/compiler/tests/scl/MissingMethod.scl +++ b/tests/org.simantics.scl.compiler.tests/src/org/simantics/scl/compiler/tests/scl/MissingMethod.scl @@ -1,12 +1,12 @@ -class FooBar a where - foo :: a -> a - bar :: a -> a - -instance FooBar Integer where - foo x = x - -main = "Not to be executed." --- -5:1-6:14: Method bar is not defined. - - +class FooBar a where + foo :: a -> a + bar :: a -> a + +instance FooBar Integer where + foo x = x + +main = "Not to be executed." +-- +5:1-6:14: Method bar is not defined. + +