mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-05-30 11:24:49 -05:00
Fix TC
This commit is contained in:
@@ -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');
|
||||
|
||||
Reference in New Issue
Block a user