Remove random code from fourslash test (#53335)

This commit is contained in:
Jake Bailey
2023-03-20 11:13:06 -07:00
committed by GitHub
parent 56aa3d522b
commit 27aca613ff

View File

@@ -38,14 +38,3 @@ verify.codeFixAll({
var x: I;
}`,
});
function f() {
return f();
function f(a?: EE) { return a; }
type T = number;
interface I {}
const enum E {}
enum EE {}
namespace N { export type T = number; }
var x: I;
}