This commit is contained in:
Andy Hanson 2017-01-09 06:36:07 -08:00
parent 9221336bf1
commit c28d98a146

View file

@ -10,12 +10,12 @@
//// class C implements I {[| |]}
verify.rangeAfterCodeFix(`
[1](): string {
throw new Error('Method not implemented.');
}
[2]: boolean;
["foo"](o: any): boolean {
throw new Error('Method not implemented.');
}
["x"]: boolean;
[1](): string {
throw new Error('Method not implemented.');
}
[2]: boolean;
`);