TypeScript/tests/cases/fourslash/switchIndenting.ts
2014-09-11 12:04:49 -07:00

11 lines
175 B
TypeScript

/// <reference path='fourslash.ts' />
////switch (null) {
//// case 0:
//// /**/
////}
goTo.marker();
edit.insert('case 1:\n');
verify.indentationIs(8);