From a2c4176ea8317249bcfa9a17132dc0244e4d3182 Mon Sep 17 00:00:00 2001 From: Anders Hejlsberg Date: Tue, 19 Jul 2016 07:18:35 -0700 Subject: [PATCH] Fix fourslash test --- tests/cases/fourslash/server/quickinfo01.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/cases/fourslash/server/quickinfo01.ts b/tests/cases/fourslash/server/quickinfo01.ts index e04175f76bc..9008505e447 100644 --- a/tests/cases/fourslash/server/quickinfo01.ts +++ b/tests/cases/fourslash/server/quickinfo01.ts @@ -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');