TypeScript/tests/cases/fourslash/smartIndentActualIndentation.ts

18 lines
278 B
TypeScript
Raw Normal View History

2014-09-12 09:18:29 +02:00
/// <reference path='fourslash.ts'/>
//// class A {
//// /*1*/
//// }
////module M {
//// class C {
//// /*2*/
//// }
////}
goTo.marker("1");
verify.indentationIs(12);
goTo.marker("2");
verify.indentationIs(16);