]> gerrit.simantics Code Review - simantics/platform.git/blob - tests/org.simantics.scl.compiler.tests/src/org/simantics/scl/compiler/tests/scl/NonassociativeOperator.scl
Merge commit 'd1a82fe'
[simantics/platform.git] / tests / org.simantics.scl.compiler.tests / src / org / simantics / scl / compiler / tests / scl / NonassociativeOperator.scl
1 infix 3 (+)\r
2 \r
3 a + b = a\r
4 \r
5 threeTimes x = x + x + x\r
6 --\r
7 5:22-5:23: Operator + is not associative.