Brandon Benvie (2013-08-02T20:33:29.000Z)
On 8/2/2013 1:31 PM, Erik Arvidsson wrote:
> You can already use string literals as property names:
>
> ```js
> class C {
>    "sys/iterator"() {}
> }
> ```

Oh right, method syntax threw me off, but this is completely valid.
domenic at domenicdenicola.com (2013-08-05T20:22:43.239Z)
Oh right, method syntax threw me off, but this is completely valid.