class Foo {} fun test() -> f64 { Foo + 23 } // @expect-errors: // | __test__:4:6: cannot apply binary operator '+' to expressions of type 'class Foo' (on the left) and 'f64' (on the right)