Support emitting static properties for classes with no name

This commit is contained in:
Andy Hanson
2016-07-27 05:43:00 -07:00
parent bd6d2c0251
commit 4e778c0790
5 changed files with 32 additions and 5 deletions

View File

@@ -0,0 +1,2 @@
// @target: es6
(class { static x = 0; });