mirror of
https://github.com/microsoft/TypeScript.git
synced 2025-11-18 17:21:48 +00:00
Fix fourslash test
This commit is contained in:
@@ -21,7 +21,7 @@ verify.quickInfoIs('var x: One | Two');
|
||||
|
||||
|
||||
goTo.marker("2");
|
||||
verify.quickInfoIs('(property) commonProperty: number | string');
|
||||
verify.quickInfoIs('(property) commonProperty: string | number');
|
||||
|
||||
goTo.marker("3");
|
||||
verify.quickInfoIs('(method) commonFunction(): number');
|
||||
|
||||
Reference in New Issue
Block a user