mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-05-30 01:04:49 -05:00
Support emitting static properties for classes with no name
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
// @target: es6
|
||||
(class { static x = 0; });
|
||||
Reference in New Issue
Block a user