TypeScript/tests/cases/fourslash/smartIndentInsideBlockInsideCase.ts
2015-03-02 14:41:44 -08:00

19 lines
359 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);