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

extends Node

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

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