X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=tests%2Forg.simantics.scl.compiler.tests%2Fsrc%2Forg%2Fsimantics%2Fscl%2Fcompiler%2Ftests%2Fscl%2FWrongDefaultMethod.scl;h=e79ede8f9959186cd7cef485c866597328424f70;hb=6573b29e111ea03c3fa88bf1565d47d0fc4faabd;hp=d94046b4ad716aa0374652f6128c6267ebbe5159;hpb=f23dc81afe57e77d20706a9a94002ce4c72f670d;p=simantics%2Fplatform.git diff --git a/tests/org.simantics.scl.compiler.tests/src/org/simantics/scl/compiler/tests/scl/WrongDefaultMethod.scl b/tests/org.simantics.scl.compiler.tests/src/org/simantics/scl/compiler/tests/scl/WrongDefaultMethod.scl index d94046b4a..e79ede8f9 100644 --- a/tests/org.simantics.scl.compiler.tests/src/org/simantics/scl/compiler/tests/scl/WrongDefaultMethod.scl +++ b/tests/org.simantics.scl.compiler.tests/src/org/simantics/scl/compiler/tests/scl/WrongDefaultMethod.scl @@ -1,8 +1,8 @@ - -class Foo a where - foo :: a - bar = foo - -main = "Not to be executed." --- + +class Foo a where + foo :: a + bar = foo + +main = "Not to be executed." +-- 4:5-4:14: Method bar is not defined in this class. \ No newline at end of file