W2005 Warnings

deprecated-feature

using deprecated feature

When this occurs

Use of deprecated syntax or function

Example error message

warning[W2005]: feature 'xyz' is deprecated, use 'abc' instead

How to fix

Update to use the recommended alternative, or suppress with `@Suppress(W2005)`.

Related errors

No related errors.