1 2 3 4 5 6
var shadow: int func test(): var lambda := func(shadow: String) -> void: print(shadow) lambda.call('shadow')