We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
@deprecated("bla", "2.11.0") class Foo object Test { new Foo }
% scalac -deprecation try/depr.scala try/depr.scala:4: warning: class Foo is deprecated (since 2.11.0): foo new Foo ^ one warning found % dotc -deprecation try/depr.scala %