Files
godot/modules/gdscript/tests/scripts/parser/errors/uid_invalid.gd

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

5 lines
47 B
GDScript3
Raw Normal View History

2022-10-09 15:12:52 +02:00
@uid("not a valid uid")
func test():
pass