TypeScript/tests/cases/compiler/classExpressionWithStaticPropertiesES64.ts

3 lines
45 B
TypeScript

// @target: es6
(class { static x = 0; });