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
3.0.0-RC1 and also in 3.0.0-RC2-bin-20210226-63a467b-NIGHTLY
Minimized code
If you enter this in REPL strange colors will emerge in echo: (see output png below)
scala>"a A"valres0:String= a A
scala>"a: A"valres1:String=a: A
scala>"a: A B C"valres2:String=a: ABC
scala>"a: A, B, C"valres3:String=a: A, B, C
scala>"val a: A, B, C"valres4:String=vala:A, B, C
Output
Expectation
Syntax highlighting should not be activated when rendering of characters inside string values when echoed.