mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-02-11 19:27:35 -06:00
Fixing fourslash test
This commit is contained in:
parent
fc6947b081
commit
95623535e1
@ -9,7 +9,7 @@
|
||||
////var /*2*/x = point./*3*/x;
|
||||
|
||||
goTo.marker('1');
|
||||
verify.quickInfoIs("function makePoint(x: number): {\n readonly x: number;\n}", undefined);
|
||||
verify.quickInfoIs("function makePoint(x: number): {\n x: number;\n}", undefined);
|
||||
|
||||
goTo.marker('2');
|
||||
verify.quickInfoIs("var x: number", undefined);
|
||||
@ -18,4 +18,4 @@ goTo.marker('3');
|
||||
verify.memberListContains("x", "(property) x: number", undefined);
|
||||
|
||||
goTo.marker('4');
|
||||
verify.quickInfoIs("var point: {\n readonly x: number;\n}", undefined);
|
||||
verify.quickInfoIs("var point: {\n x: number;\n}", undefined);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user