diff --git a/tests/cases/fourslash/completionListAtEndOfIdentifierInArrowFunction01.ts b/tests/cases/fourslash/completionListAtEndOfIdentifierInArrowFunction01.ts new file mode 100644 index 00000000000..e0fb445eaac --- /dev/null +++ b/tests/cases/fourslash/completionListAtEndOfIdentifierInArrowFunction01.ts @@ -0,0 +1,6 @@ +/// + +////xyz => x/*1*/ + +goTo.marker("1"); +verify.completionListContains("xyz"); \ No newline at end of file