From 0c507747c89bd01d183b8d82c55fefa1fcbda104 Mon Sep 17 00:00:00 2001 From: Mohamed Hegazy Date: Mon, 2 May 2016 10:18:13 -0700 Subject: [PATCH] Add a contextual type in test case --- tests/cases/fourslash/renameStingLiterals.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/cases/fourslash/renameStingLiterals.ts b/tests/cases/fourslash/renameStingLiterals.ts index 2e31deb46e1..0e1222f327a 100644 --- a/tests/cases/fourslash/renameStingLiterals.ts +++ b/tests/cases/fourslash/renameStingLiterals.ts @@ -1,5 +1,6 @@ /// +////var y: "string" = "string; ////var x = "/*1*/string"; ////function f(a = "/*2*/initial value") { }