DEBSOURCES
Skip Quicknav
sources / godot / 4.4.1%2Bds-1 / modules / gdscript / tests / scripts / analyzer / errors / cyclic_ref_const.gd
12345
func test(): print(c1) const c1 = c2 const c2 = c1