Brandon Benvie (2013-08-02T20:28:48.000Z)
domenic at domenicdenicola.com (2013-08-05T20:22:31.355Z)
On 8/2/2013 1:21 PM, Tab Atkins Jr. wrote: > How do you distinguish these from plain strings? Or are you not > distinguishing them, and just assuming that we add a way to use string > literals as method names? I think he's saying they would just be plain strings. With current plans, you'd have to do ```js class C { ["sys/iterator"]() {} } ``` But I could see allowing string literals in property names.