]> gerrit.simantics Code Review - simantics/platform.git/blob - tests/org.simantics.scl.compiler.tests/src/org/simantics/scl/compiler/tests/scl/ClashingClass.scl
(refs #7307) Added features field to SCL module header
[simantics/platform.git] / tests / org.simantics.scl.compiler.tests / src / org / simantics / scl / compiler / tests / scl / ClashingClass.scl
1
2 class A a where
3     foo :: a
4     
5 class A a where
6     bar :: a
7 --
8 5:1-6:13: Class A has already been defined in this module.