mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-05-15 12:51:30 -05:00
Fixing fourslash test
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
////var /*2*/x = point./*3*/x;
|
||||
|
||||
goTo.marker('1');
|
||||
verify.quickInfoIs("function makePoint(x: number): {\n x: number;\n}", undefined);
|
||||
verify.quickInfoIs("function makePoint(x: number): {\n readonly 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 x: number;\n}", undefined);
|
||||
verify.quickInfoIs("var point: {\n readonly x: number;\n}", undefined);
|
||||
|
||||
Reference in New Issue
Block a user