TypeScript/tests/baselines/reference/modulePrologueAMD.symbols

7 lines
146 B
Plaintext

=== tests/cases/compiler/modulePrologueAMD.ts ===
"use strict";
export class Foo {}
>Foo : Symbol(Foo, Decl(modulePrologueAMD.ts, 0, 13))