fixed formatting for equals token in type aliases

This commit is contained in:
Vladimir Matveev
2015-04-22 21:46:10 -07:00
parent 60afbc1334
commit 05b95c30ff
2 changed files with 11 additions and 3 deletions

View File

@@ -0,0 +1,6 @@
/// <reference path='fourslash.ts'/>
////type X = [number]/*1*/
goTo.marker("1");
edit.insert(";");
verify.currentLineContentIs("type X = [number];");