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

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

6 lines
32 B
GDScript3
Raw Normal View History

@tool
@tool
func test():
pass