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
➜~ scala -Wconf:cat=deprecation:e
Welcome to Scala2.13.11 (OpenJDK64-BitServerVM, Java20.0.1).
Type in expressions for evaluation. Ortry:help.
scala>@deprecated("","") deff=42lazyval$result= $line3.$read.INSTANCE.$iw.f
^
<synthetic>:4:error: method f is deprecated
(To diagnose errors in synthetic code, try adding `// show` to the end of your input.)
scala>deff:String=42^error: typemismatch;
found : Int(42)
required: String
scala>
Problem
The word "error" is in red in both messages, but one is a boosted error.