mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-02-09 20:51:43 -06:00
Fix fourslash test
This commit is contained in:
parent
adc860893e
commit
dbfe80b348
@ -31,8 +31,8 @@ verify.quickInfoIs('(parameter) strOrNum: string');
|
||||
verify.completionListContains("strOrNum", "(parameter) strOrNum: string");
|
||||
|
||||
goTo.marker('4');
|
||||
verify.quickInfoIs('let s: undefined');
|
||||
verify.completionListContains("s", "let s: undefined");
|
||||
verify.quickInfoIs('let s: string | undefined');
|
||||
verify.completionListContains("s", "let s: string | undefined");
|
||||
|
||||
goTo.marker('5');
|
||||
verify.quickInfoIs('let s: string | undefined');
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user