mirror of
https://github.com/swc-project/swc.git
synced 2024-11-28 11:13:43 +03:00
5 lines
154 B
TypeScript
5 lines
154 B
TypeScript
// @target: esnext,es2015,es5
|
|
// @noTypesAndSymbols: true
|
|
|
|
// https://github.com/microsoft/TypeScript/issues/36295
|
|
((b = class { static x = 1 }) => {})(); |