mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-05-16 15:45:27 -05:00
Fix marker name.
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
////}
|
||||
////
|
||||
////var foo: I;
|
||||
////var { /*use*/property1: prop1 } = foo;
|
||||
////var { /**/property1: prop1 } = foo;
|
||||
|
||||
goTo.marker();
|
||||
verify.quickInfoIs("(property) I.property1: number");
|
||||
Reference in New Issue
Block a user