mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-04-12 23:36:28 -05:00
Remove random code from fourslash test (#53335)
This commit is contained in:
@@ -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;
|
||||
}
|
||||
Reference in New Issue
Block a user