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%2FInvalidTypeClassInstance1.scl;h=009046f244f5637c16255d55d8248d9135bc59e0;hb=bf5f7cda1b9b64484cc6e53499e38d6785744aec;hp=8860c3b01a3d31149f9c17ec020e9d08d4ec9e16;hpb=43ddca759254b8e38029c1041d91cbdd7890c9b5;p=simantics%2Fplatform.git diff --git a/tests/org.simantics.scl.compiler.tests/src/org/simantics/scl/compiler/tests/scl/InvalidTypeClassInstance1.scl b/tests/org.simantics.scl.compiler.tests/src/org/simantics/scl/compiler/tests/scl/InvalidTypeClassInstance1.scl index 8860c3b01..009046f24 100644 --- a/tests/org.simantics.scl.compiler.tests/src/org/simantics/scl/compiler/tests/scl/InvalidTypeClassInstance1.scl +++ b/tests/org.simantics.scl.compiler.tests/src/org/simantics/scl/compiler/tests/scl/InvalidTypeClassInstance1.scl @@ -1,9 +1,9 @@ - -class Foo a where - foo :: a -> Integer - -instance Foo Long where - foo x = x - --- + +class Foo a where + foo :: a -> Integer + +instance Foo Long where + foo x = x + +-- 6:13-6:14: Expected got . \ No newline at end of file