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.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
@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 %
The text was updated successfully, but these errors were encountered:
83882eb
Merge pull request #3811 from dotty-staging/fix-#2333
82dd280
Fix #2333: Check if class is deprecated
No branches or pull requests
The text was updated successfully, but these errors were encountered: