Fix fourslash test

This commit is contained in:
Anders Hejlsberg 2016-07-19 07:18:35 -07:00
parent 26713c8721
commit a2c4176ea8

View File

@ -21,7 +21,7 @@ verify.quickInfoIs('var x: One | Two');
goTo.marker("2");
verify.quickInfoIs('(property) commonProperty: number | string');
verify.quickInfoIs('(property) commonProperty: string | number');
goTo.marker("3");
verify.quickInfoIs('(method) commonFunction(): number');