Skip to content

Merge string literals in code gen #104

@marinasundstrom

Description

@marinasundstrom

The IL should turn this:

"foo" + " Bar"

into:

"foo Bar"

Circumvent Concat which is not necessary without dynamic values being passed.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions