1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-06 12:20:30 +00:00
Files
godot/modules/gdscript/tests/scripts/parser/errors/duplicate_tool.gd
2023-04-20 07:44:10 +03:00

6 lines
32 B
GDScript

@tool
@tool
func test():
pass