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
if (annTypeSym ==JavaDeprecatedAttr&&!context.unit.isJava && settings.lintDeprecation)
4185
+
context.warning(ann.pos, """Prefer the Scala annotation over Java's `@Deprecated` to provide a message and version: @deprecated("message", since = "MyLib 1.0")""", WarningCategory.LintDeprecation)
t12845.scala:4: warning: Prefer the Scala annotation over Java's `@Deprecated` to provide a message and version: @deprecated("message", since = "MyLib 1.0")
2
+
@Deprecated def f = 0
3
+
^
4
+
t12845.scala:6: warning: method f in object O is deprecated
0 commit comments