TypeScript/tests/cases/compiler/commentWithUnreasonableIndentationLevel01.ts
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

7 lines
46 KiB
TypeScript

// Repro from #41223
/**
* This is a comment with dumb indentation for some auto-generated thing.
*/
export class SomeAutoGeneratedThing {}