Skip to content

String interpolated value extraction in val pattern #233

Closed
@nicolasstucki

Description

@nicolasstucki

We are not highlighting the interpolated parts correctly in a val pattern.

    val x"${x}b$y" = "abc"
    "abc" match
      case x"${x}b$y" =>

Screenshot 2022-05-24 at 10 13 54

Expectation

Same highlighting as in case x"${x}b$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