Skip to content

Commit

Permalink
test(typescript): add function expression fixture
Browse files Browse the repository at this point in the history
  • Loading branch information
bennypowers committed Apr 10, 2024
1 parent 29ea885 commit 8beb128
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/fixtures/fixture.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,5 @@ import { a, b, c } from 'd'
function() {
type A = 1|2|3;
}

const f = function() { return 0; }

0 comments on commit 8beb128

Please sign in to comment.