Skip to content

Wrong error message for nil.func() #1823

@ericmj

Description

@ericmj

Current behaviour:

iex(1)> nil.test() 
** (UndefinedFunctionError) undefined function: test/0
    test()

Expected behaviour:

iex(1)> nil.test() 
** (UndefinedFunctionError) undefined function: nil.test/0
    nil.test()

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions