mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-02-04 21:53:42 -06:00
Fixed tests.
This commit is contained in:
parent
5cd77167ec
commit
9233073d23
@ -8,8 +8,6 @@
|
||||
////function f ({ [|next|]: { [|next|]: x} }: Recursive) {
|
||||
////}
|
||||
|
||||
goTo.marker();
|
||||
|
||||
let ranges = test.ranges();
|
||||
for (let range of ranges) {
|
||||
goTo.position(range.start);
|
||||
|
||||
@ -8,7 +8,10 @@
|
||||
////function f ({ /*1*/next: { /*2*/next: x} }) {
|
||||
////}
|
||||
|
||||
for (let { position } of test.markers()) {
|
||||
goTo.position(position)
|
||||
verify.quickInfoIs("(property) next: any");
|
||||
}
|
||||
goTo.marker("1");
|
||||
verify.quickInfoIs(`(property) next: {
|
||||
next: any;
|
||||
}`);
|
||||
|
||||
goTo.marker("2");
|
||||
verify.quickInfoIs("(property) next: any");
|
||||
Loading…
x
Reference in New Issue
Block a user