]> gerrit.simantics Code Review - simantics/platform.git/blob - tests/org.simantics.scl.compiler.tests/src/org/simantics/scl/compiler/tests/scl/ClashingData.scl
Fixed bad logical bug from Acorn's MainState.load rollback
[simantics/platform.git] / tests / org.simantics.scl.compiler.tests / src / org / simantics / scl / compiler / tests / scl / ClashingData.scl
1
2 data A = A
3 data A = B
4 --
5 3:1-3:11: Type A has already been defined in this module.