Closed bakkot closed 7 years ago
I would expect the following to print 'a':
class C { a = function(){} } print((new C).a.name);
Similarly for static properties and computed names.
Fixed in https://github.com/tc39/proposal-class-fields/pull/23.
I would expect the following to print 'a':
Similarly for static properties and computed names.