DEBSOURCES
Skip Quicknav
sources / godot / 4.4.1%2Bds-1 / modules / gdscript / tests / scripts / analyzer / errors / constant_used_as_function.gd
12345
const CONSTANT = 25 func test(): CONSTANT(123)