DEBSOURCES
Skip Quicknav
sources / godot / 4.4.1%2Bds-1 / modules / gdscript / tests / scripts / parser / features / if_after_lambda.gd
1234567
# https://github.com/godotengine/godot/issues/61231 func test(): var my_lambda = func(): print("hello") if 0 == 0: my_lambda.call()