oden/fine/tests/expression/errors/binary_mismatch.fine
2024-01-05 19:29:45 -08:00

4 lines
No EOL
284 B
Text

112 - "twenty five";
"twenty five" - 112;
// type-error: 4 cannot apply binary operator '-' to expressions of type 'f64' (on the left) and 'string' (on the right)
// type-error: 35 cannot apply binary operator '-' to expressions of type 'string' (on the left) and 'f64' (on the right)