TypeScript/tests/cases/fourslash/smartIndentActualIndentation.ts
2014-09-12 00:26:46 -07:00

18 lines
278 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);