mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-05-30 22:32:33 -05:00
Merge pull request #17996 from Microsoft/fix16681
Fix crash when exporting class without name
This commit is contained in:
4
tests/cases/compiler/exportClassWithoutName.ts
Normal file
4
tests/cases/compiler/exportClassWithoutName.ts
Normal file
@@ -0,0 +1,4 @@
|
||||
//@module: commonjs
|
||||
//@target: es2015
|
||||
export class {
|
||||
}
|
||||
Reference in New Issue
Block a user