TypeScript/tests/cases/fourslash/formattingBlockInCaseClauses.ts

13 lines
224 B
TypeScript

/// <reference path='fourslash.ts' />
////switch (1) {
//// case 1:
//// {
//// /*1*/
//// break;
////}
goTo.marker("1");
edit.insert("}");
verify.currentLineContentIs(" }");