summaryrefslogtreecommitdiff
path: root/tests/testdata/subdir/comment.ts
blob: ea7e630c0e0234be651cc48af979f0d0dfd3ca3b (plain)
1
2
3
4
// This is a comment.
export function comment(): string {
  return "comment";
}