You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The split method should remove the \n at the end of the string, but with Scala's string interpolation in Scala 3 the split method does not properly remove some special symbols
The text was updated successfully, but these errors were encountered:
Compiler version 3.0.2-RC1
Minimized code
Expectation
The split method should remove the
\n
at the end of the string, but with Scala's string interpolation in Scala 3 the split method does not properly remove some special symbolsThe text was updated successfully, but these errors were encountered: