TypeScript/tests/cases/fourslash_old/callOrderDependence.ts
2014-07-12 17:30:19 -07:00

9 lines
343 B
TypeScript

/// <reference path="fourslash.ts" />
/////**/
diagnostics.setEditValidation(IncrementalEditValidation.None);
edit.replace(0, 0, "function foo(bar) {\n b\n}\n");
goTo.position(27);
FourSlash.currentTestState.getCompletionListAtCaret().entries
.forEach(entry => FourSlash.currentTestState.getCompletionEntryDetails(entry.name));