Pitch: Fully qualified name syntax

I really, really like this idea, but it breaks down with init:

MyType.`MyKit.init`(...)  // Needs to reference an initializer
MyType.`init`(...)        // References a method/property/etc. named `init`
2 Likes