mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-02-15 20:25:23 -06:00
Fix TC
This commit is contained in:
parent
a3a5c1619d
commit
eaeeb1f762
@ -23,14 +23,9 @@ verify.completionListContains('qua', undefined, undefined, 'warning');
|
||||
|
||||
// Check members of function.prototype
|
||||
edit.insert('prototype.');
|
||||
debugger;
|
||||
debug.printMemberListMembers();
|
||||
verify.completionListContains('foo', undefined, undefined, 'method');
|
||||
verify.completionListContains('bar', undefined, undefined, 'method');
|
||||
verify.completionListContains('qua', undefined, undefined, 'warning');
|
||||
verify.completionListContains('prototype', undefined, undefined, 'warning');
|
||||
|
||||
// debug.printErrorList();
|
||||
// debug.printCurrentQuickInfo();
|
||||
// edit.insert('.');
|
||||
// verify.completionListContains('toFixed', undefined, undefined, 'method');
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user