erg/tests/should_err/coercion.er
2024-08-11 17:37:11 +09:00

6 lines
145 B
Python

C = Class { .x = Int }
C.
foo(self) = self.x
bar(self) =
if self.does_not_exist(), do: # ERR
discard self.foo() # OK