/// // @target: es2015 ////interface Foo {} ////async function fn(): Foo {} verify.codeFix({ index: 0, description: [ts.Diagnostics.Replace_0_with_Promise_1.message, "Foo", "Foo"], newFileContent: `interface Foo {} async function fn(): Promise> {}` });