godot/modules/gdscript/tests/scripts/completion/class_a.notest.gd

extends Node

signal signal_of_a

var property_of_a

func func_of_a():
	pass