Skip to content

Clarify which instance of upgrade the reason is referring to #207

@duianto

Description

@duianto

Clarify which instance of upgrade the reason is referring to.

"answer": "let upgrade() = {\n\tprint(\"Upgrading...\")\n}\nupgrade()",
"reason": "The parentheses after <code>upgrade<\/code> should not be there.."

The code has two instances of upgrade().
The reason doesn't indicate which one it's referring to.

The first instance is the problem.
It might be helpful to indicate it by adding let before upgrade.

Before:

 "reason": "The parentheses after <code>upgrade<\/code> should not be there.." 

After:

 "reason": "The parentheses after <code>let upgrade<\/code> should not be there.." 

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions