extends Node
const A := preload("res://completion/class_a.notest.gd")
func a():
var test: A = Node.new()
test.➡
pass
extends Node
const A := preload("res://completion/class_a.notest.gd")
func a():
var test: A = Node.new()
test.➡
pass