@@ -15,7 +15,7 @@ verify.codeFix({
1515 index : 0 ,
1616 newFileContent :
1717`class A {
18- foo1(arg0: number, arg1: number, arg2: number): any {
18+ foo1(arg0: number, arg1: number, arg2: number) {
1919 throw new Error("Method not implemented.");
2020 }
2121 constructor() {
@@ -34,10 +34,10 @@ verify.codeFix({
3434 index : 0 ,
3535 newFileContent :
3636`class A {
37- foo2<T, U, V, W, X, Y, Z>(): any {
37+ foo2<T, U, V, W, X, Y, Z>() {
3838 throw new Error("Method not implemented.");
3939 }
40- foo1(arg0: number, arg1: number, arg2: number): any {
40+ foo1(arg0: number, arg1: number, arg2: number) {
4141 throw new Error("Method not implemented.");
4242 }
4343 constructor() {
@@ -56,13 +56,13 @@ verify.codeFix({
5656 index : 0 ,
5757 newFileContent :
5858`class A {
59- foo3<T0, T1, T2, T3, T4, T5, T6, T7>(): any {
59+ foo3<T0, T1, T2, T3, T4, T5, T6, T7>() {
6060 throw new Error("Method not implemented.");
6161 }
62- foo2<T, U, V, W, X, Y, Z>(): any {
62+ foo2<T, U, V, W, X, Y, Z>() {
6363 throw new Error("Method not implemented.");
6464 }
65- foo1(arg0: number, arg1: number, arg2: number): any {
65+ foo1(arg0: number, arg1: number, arg2: number) {
6666 throw new Error("Method not implemented.");
6767 }
6868 constructor() {
0 commit comments