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

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

7 lines
189 B
GDScript3
Raw Normal View History

# This annotation should be used within a documentation comment instead:
# ## @experimental: Reason here.
@experimental("This function isn't implemented yet.")
func say_hello():
pass