summaryrefslogtreecommitdiff
path: root/modules/gdscript/tests/scripts/parser/features/class_name.gd
blob: 8bd188e2477ef85001ac3ccac0ea7fc1fef10fec (plain)
1
2
3
4
5
class_name HelloWorld
@icon("res://path/to/optional/icon.svg")

func test():
	pass