TypeScript/tests/baselines/reference/commentWithUnreasonableIndentationLevel01.symbols

10 lines
46 KiB
Plaintext
Raw Permalink Normal View History

=== tests/cases/compiler/commentWithUnreasonableIndentationLevel01.ts ===
// Repro from #41223
/**
*/
export class SomeAutoGeneratedThing {}
>SomeAutoGeneratedThing : Symbol(SomeAutoGeneratedThing, Decl(commentWithUnreasonableIndentationLevel01.ts, 0, 0))