Invoke Rename on one of the string literals below ```js function f() { return "function" + "function"; } ``` Expected: "You cannot rename this element" (as on, e.g., a keyword) Actual: both instances are renamed Tested in VS 2017 with both JS and TS files.