TypeScript/tests/baselines/reference/commentWithUnreasonableIndentationLevel01.symbols
Daniel Rosenwasser 3517af8f80
Make 'getIndentString' just use a loop. (#41221)
* Make 'getIndentString' just use a loop.

* Added test.

* Accepted baselines.
2020-10-26 12:19:31 -07:00

10 lines
46 KiB
Plaintext

=== tests/cases/compiler/commentWithUnreasonableIndentationLevel01.ts ===
// Repro from #41223
/**
* This is a comment with dumb indentation for some auto-generated thing.
*/
export class SomeAutoGeneratedThing {}
>SomeAutoGeneratedThing : Symbol(SomeAutoGeneratedThing, Decl(commentWithUnreasonableIndentationLevel01.ts, 0, 0))