DEBSOURCES
Skip Quicknav
sources / godot / 4.4.1%2Bds-1 / modules / gdscript / tests / scripts / analyzer / features / preload_cyclic_reference.gd
1234
const A = preload("preload_cyclic_reference_a.notest.gd") func test(): A.test_cyclic_reference()