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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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;
}