mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-02-05 08:11:30 -06:00
Remove random code from fourslash test (#53335)
This commit is contained in:
parent
56aa3d522b
commit
27aca613ff
@ -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;
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user