add tests

This commit is contained in:
Arthur Ozga 2016-12-14 08:42:05 -08:00
parent 467381273e
commit 4b02099372
2 changed files with 14 additions and 1 deletions

View file

@ -0,0 +1,13 @@
/// <reference path='fourslash.ts' />
//// class A {
//// f() {}
//// }
////
//// let B = class implements A {[| |]}
verify.rangeAfterCodeFix(`
f(): void{
throw new Error('Method not implemented.');
}
`);

View file

@ -11,4 +11,4 @@
verify.rangeAfterCodeFix(`
a: string | number;
`);
`);