godot/modules/gdscript/tests/scripts/parser/errors/annotation_deprecated.gd

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

6 lines
146 B
GDScript3
Raw Normal View History

# This annotation should be used within a documentation comment instead:
# ## @deprecated: Reason here.
@deprecated
var some_variable = "value"