remove test

This commit is contained in:
Arthur Ozga 2017-03-16 17:22:57 -07:00
parent 7216ee6024
commit 621c044790

View File

@ -1,17 +0,0 @@
/// <reference path='fourslash.ts' />
//// namespace N1 {
//// export interface I1 {
//// x: number;
//// y: I1;
//// }
//// }
//// interface I1 {
//// f1();
//// }
//// class C1 implements N1.I1 {[| |]}
verify.rangeAfterCodeFix(`
x: number;
y: N1.I1;
`);