From 36db7aad2d4469b57cc9d86cefa6493d07e8a1a7 Mon Sep 17 00:00:00 2001 From: Daniel Rosenwasser Date: Wed, 25 Mar 2015 12:04:21 -0700 Subject: [PATCH] Added test. --- .../completionListAtEndOfIdentifierInArrowFunction01.ts | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 tests/cases/fourslash/completionListAtEndOfIdentifierInArrowFunction01.ts 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