Skip to content

Better error reporting on incorrect object member functions #323

Description

@lutzhamel

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions