fix formatting for lines that start with continuation of multiline comments

This commit is contained in:
Vladimir Matveev
2016-04-19 14:16:43 -07:00
parent 0acd860d22
commit 80df773c77
2 changed files with 17 additions and 9 deletions

View File

@@ -0,0 +1,9 @@
/// <reference path="fourslash.ts"/>
////f(/*
/////*2*/ */() => { /*1*/ });
goTo.marker("1");
edit.insertLine("");
goTo.marker("2");
verify.currentLineContentIs(" */() => {");