> 1) “Self" differs from “self” by just the first letter being capitalized. 
> Regardless of case, it is confusing for the terms “self” or “Self” or “SELF” 
> to mean different things from within the same context.

What, you've never done things like this?

let page = Page()
let document = Document(pages: [page])

let account = Account(oAuthToken: token)
account.addDocument(document)

-- 
Brent Royal-Gordon
Sent from my iPhone

_______________________________________________
swift-evolution mailing list
[email protected]
https://lists.swift.org/mailman/listinfo/swift-evolution

Reply via email to