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