Codebase Browser
godot
Go to App
godot
/
modules/gdscript/tests/scripts/runtime/errors/
cast_int_to_array.gd
func test(): var integer: Variant = 1 @warning_ignore("unsafe_cast") print(integer as Array)