Skip to content

Commit a2c4176

Browse files
committed
Fix fourslash test
1 parent 26713c8 commit a2c4176

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/cases/fourslash/server/quickinfo01.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ verify.quickInfoIs('var x: One | Two');
2121

2222

2323
goTo.marker("2");
24-
verify.quickInfoIs('(property) commonProperty: number | string');
24+
verify.quickInfoIs('(property) commonProperty: string | number');
2525

2626
goTo.marker("3");
2727
verify.quickInfoIs('(method) commonFunction(): number');

0 commit comments

Comments
 (0)