Files
babel/test/fixtures/esprima/es2015-generator/static-generator-method-with-computed-name/actual.js
2015-08-11 00:59:15 +01:00

2 lines
33 B
JavaScript

class Foo { static *[foo]() {} }