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

18 lines
295 B
TypeScript

/// <reference path='fourslash.ts'/>
//// class A {
//// /*1*/
//// }
////module M {
//// class C {
//// /*2*/
//// }
////}
goTo.marker("1");
verify.indentationIs(12);
goTo.marker("2");
verify.indentationIs(16);