opened via imdone.io from a code comment on 966fa16
REVIEW Is this intended behavior? id:795
|
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"); |
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