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
In Scaladoc examples code block may contain interpolated strings. This result in a warning when the corresponding replacement text is not defined. If the replacement was defined replacement is unlikely to be desirable.
[warn] Console.scala:46: Variable RESET undefined in comment for object Console in object Console
[warn] * Console.err.println(s"${RESET}${YELLOW_B}${RED}${UNDERLINED}NO!${RESET}")