mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-02-04 21:53:42 -06:00
Fixed the bad merge and tests failing because of it
This commit is contained in:
parent
8b3904f8f3
commit
87a92b3dd3
@ -3018,11 +3018,6 @@ module ts {
|
||||
return undefined;
|
||||
}
|
||||
|
||||
var symbol = typeInfoResolver.getSymbolInfo(node);
|
||||
if (!symbol) {
|
||||
return undefined;
|
||||
}
|
||||
|
||||
var symbol = typeInfoResolver.getSymbolInfo(node);
|
||||
if (!symbol) {
|
||||
|
||||
|
||||
@ -7,10 +7,10 @@
|
||||
|
||||
|
||||
goTo.marker('1');
|
||||
verify.quickInfoIs("");
|
||||
verify.quickInfoIs("any");
|
||||
|
||||
goTo.marker('2');
|
||||
verify.quickInfoIs("");
|
||||
verify.quickInfoIs("any");
|
||||
|
||||
goTo.marker('3');
|
||||
verify.quickInfoIs("");
|
||||
verify.quickInfoIs("any");
|
||||
@ -18,7 +18,7 @@ goTo.marker('1');
|
||||
verify.quickInfoIs("(property) B<string>.bar: string", undefined);
|
||||
edit.deleteAtCaret(1);
|
||||
edit.insert('z');
|
||||
verify.quickInfoIs("");
|
||||
verify.quickInfoIs("any");
|
||||
verify.numberOfErrorsInCurrentFile(1);
|
||||
edit.backspace(1);
|
||||
edit.insert('a');
|
||||
|
||||
@ -12,4 +12,4 @@
|
||||
////}
|
||||
|
||||
goTo.marker();
|
||||
verify.quickInfoIs('');
|
||||
verify.quickInfoIs('any');
|
||||
|
||||
@ -10,4 +10,4 @@
|
||||
////
|
||||
|
||||
goTo.marker();
|
||||
verify.not.quickInfoExists();
|
||||
verify.quickInfoExists();
|
||||
Loading…
x
Reference in New Issue
Block a user