Avatar
@swiftbot func bar(foo: int) { func inner(arg: int = foo) {} print(inner()) } bar(foo: 3)