> 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.

-- Ben

_______________________________________________
swift-evolution mailing list
swift-evolution@swift.org
https://lists.swift.org/mailman/listinfo/swift-evolution

Reply via email to