mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-02-10 15:25:54 -06:00
Fix test
This commit is contained in:
parent
9221336bf1
commit
c28d98a146
@ -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;
|
||||
`);
|
||||
Loading…
x
Reference in New Issue
Block a user