Codebase Browser
godot
Go to App
godot
/
modules/gdscript/tests/scripts/analyzer/errors/
lambda_cyclic_ref_call_arg.gd
var f = (func (_a): return 0).call(x) var x = f func test(): pass