> On Feb 23, 2017, at 06:49, Xiaodi Wu via swift-evolution > <[email protected]> wrote: > > Nice. That works well. >> On Thu, Feb 23, 2017 at 08:36 Ben Rimmington <[email protected]> wrote: >> >> > On 23 Feb 2017, at 14:23, Xiaodi Wu wrote: >> > >> > What happens when you need the backticks for the function name itself? We >> > can't nest them. >> >> func `class`() {} >> >> `class`() // Function call. >> >> `class()` // Function reference.
Yep, I think the backtick option is the best so far. - Dave Sweeris
_______________________________________________ swift-evolution mailing list [email protected] https://lists.swift.org/mailman/listinfo/swift-evolution
