Skip to content

With block invalid: multiple equals symbols found for assignment String href = "/abc?x=y" #146

@albert-kam

Description

@albert-kam

Hi,

I have an error stating:

With block invalid: multiple equals symbols found for assignment String href = "/abc?x=y"

With this code:

@with(String href = "/abc?x=y") {
}

If i went with the workaround code, avoiding = within the string like this, the error didnt happen.

@with(String href = $("/abc?%s", qs("x", "y"))) {

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