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

@experimental("This function isn't implemented yet.")
func say_hello():
    pass