> On Feb 22, 2017, at 3:32 AM, Haravikk via swift-evolution > <[email protected]> wrote: > > foo.example(foo) // What did I mean here? > let result = foo.example(foo:) // This looks like I might be trying to > select a function, rather than call it
I think it would be really weird to support not one, but *two* potentially ambiguous sugar forms. -- Brent Royal-Gordon Architechies _______________________________________________ swift-evolution mailing list [email protected] https://lists.swift.org/mailman/listinfo/swift-evolution
