Skip to content

Failure to parse multiline string interpolation #43

@ochalouhi

Description

@ochalouhi

This following compiles fine with haxe, but won't get parsed with haxeparser :
class Test {
var str = '${
"hello"
}';
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions