Avatar
@swift-5.1.5 func f(g: () -> Int) -> String { "\(g())" } print(f { 42 })