Skip to content

possible invalidation of anonymous function calls #7

@0x4a616e

Description

@0x4a616e
true && function f() {}()

will be changed to:

true && f() {

}()

without the function keyword.

(Might be off-topic here since it seems to be a problem of rkelly)

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions