Skip to content

Commit

Permalink
tests
Browse files Browse the repository at this point in the history
  • Loading branch information
joshgoebel committed May 2, 2020
1 parent 503bf51 commit 510e068
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
@@ -0,0 +1,2 @@
<span class="hljs-keyword">const</span> $class = <span class="hljs-function">() =&gt;</span> <span class="hljs-literal">true</span>;
<span class="hljs-keyword">const</span> result = $class();
2 changes: 2 additions & 0 deletions test/markup/typescript/identifiers_that_include_keywords.txt
@@ -0,0 +1,2 @@
const $class = () => true;
const result = $class();

0 comments on commit 510e068

Please sign in to comment.