forked from microsoft/TypeScript
-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
Description
opened via imdone.io from a code comment on 966fa16
REVIEW Is this intended behavior? id:795
TypeScript/tests/cases/fourslash/completionListInUnclosedObjectTypeLiteralInSignature02.ts
Lines 14 to 18 in 966fa16
| verify.completionListContains("TNumber"); // REVIEW: Is this intended behavior? | |
| // Ideally the following shouldn't show up since they're not types. | |
| verify.not.completionListContains("foo"); | |
| verify.not.completionListContains("obj"); |