DEBSOURCES
Skip Quicknav
sources / godot / 4.4.1%2Bds-1 / modules / gdscript / tests / scripts / analyzer / warnings / lambda_unused_arg.gd
1234
func test(): var lambda := func(unused: Variant) -> void: pass lambda.call("something")