Codebase Browser
godot
Go to App
godot
/
modules/gdscript/tests/scripts/analyzer/errors/
cast_int_to_array.gd
func test(): var integer := 1 print(integer as Array)