Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
godotengine
GitHub Repository: godotengine/godot
Path: blob/master/modules/gdscript/tests/scripts/parser/errors/annotation_deprecated.gd
10285 views
# This annotation should be used within a documentation comment instead:
# ## @deprecated: Reason here.

@deprecated
var some_variable = "value"