Skip to content

[WISH] Squiggly lines on invalid argument type in function call? #47

@JakubKoralewski

Description

@JakubKoralewski
works-on-strings: function [
    arg1 [string!]
] [
    print arg1
]
works-on-strings 4

should visually indicate the following error

>> works-on-strings 4
*** Script Error: = does not allow integer! for its arg1 argument
*** Where: works-on-strings
*** Stack: works-on-strings

It does not for me at the moment:
obraz

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