Update fourslash baseline

This commit is contained in:
Andrew Casey 2017-12-15 16:31:27 -08:00
parent adc3234e46
commit 08a9c61640

View file

@ -9,6 +9,5 @@ edit.applyRefactor({
actionDescription: "Extract to constant in enclosing scope",
newContent:
`const newLocal = 0;
const x = /*RENAME*/newLocal;`
});