Skip to content

Commit 27aca61

Browse files
authored
Remove random code from fourslash test (#53335)
1 parent 56aa3d5 commit 27aca61

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

tests/cases/fourslash/codeFixUnreachableCode.ts

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -38,14 +38,3 @@ verify.codeFixAll({
3838
var x: I;
3939
}`,
4040
});
41-
42-
function f() {
43-
return f();
44-
function f(a?: EE) { return a; }
45-
type T = number;
46-
interface I {}
47-
const enum E {}
48-
enum EE {}
49-
namespace N { export type T = number; }
50-
var x: I;
51-
}

0 commit comments

Comments
 (0)