Skip to content

Commit 6742f9d

Browse files
author
Arthur Ozga
committed
remove comment
1 parent f2163fe commit 6742f9d

File tree

1 file changed

+0
-18
lines changed

1 file changed

+0
-18
lines changed

tests/cases/fourslash/codeFixUndeclaredInStaticMethod.ts

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -24,21 +24,3 @@ verify.rangeIs(`
2424
throw new Error("Method not implemented.");
2525
}
2626
`);
27-
28-
// class A {
29-
// static prop2: string;
30-
// static prop1: number;
31-
// static m2(arg0: any, arg1: any): any {
32-
// throw new Error("Method not implemented.");
33-
// }
34-
// static m1(arg0: any, arg1: any, arg2: any): any {
35-
// throw new Error("Method not implemented.");
36-
// }
37-
// static foo0() {
38-
// this.m1(1,2,3);
39-
// A.m2(1,2);
40-
// this.prop1 = 10;
41-
// A.prop2 = "asdf";
42-
// }
43-
// }
44-

0 commit comments

Comments
 (0)