We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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" =>
Same highlighting as in case x"${x}b$y"
case x"${x}b$y"