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=1941a8f086ccdc3017c84dd149418114a499aee4;hp=8860c3b01a3d31149f9c17ec020e9d08d4ec9e16;hpb=f8576d4d2b3b30d76db552d624fc9f087b8940bd;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