godot/modules/gdscript/tests/scripts/completion/types/local/typehint.gd

extends Node

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

func a():
    var test: A
    test.➡
    pass