TypeScript/tests/cases/fourslash/smartIndentInsideBlockInsideCase.ts
2014-07-29 12:17:44 -07:00

19 lines
341 B
TypeScript

/// <reference path='fourslash.ts'/>
////module SwitchTest {
//// var a = 3;
////
//// if (a == 5) {
//// switch (a) {
//// case 1:
//// if (a == 5) {
//// /**/
//// }
//// break;
//// }
//// }
////}
goTo.marker();
verify.indentationIs(20);