asteroid icon indicating copy to clipboard operation
asteroid copied to clipboard

Better error reporting on incorrect object member functions

Open lutzhamel opened this issue 1 year ago • 0 comments

The function length is not part of the object interface

ast> let o = A(1,2)
ast> o @length()
error: (id...) is not a member of type A
ast> 

The error message should clearly state so.

lutzhamel avatar Apr 27 '24 12:04 lutzhamel