godot/modules/gdscript/tests/scripts/completion/types/member/no_type.gd

extends Node

const A := preload("res://completion/class_a.notest.gd")

var test = A.new()

func a():
    test.➡
    pass