summaryrefslogtreecommitdiff
path: root/cli/tests/testdata/check/jsx_not_checked/other.ts
blob: 47995cb0f274cff0dc8c3dc85182b279b4add26e (plain)
1
2
3
4
5
function add(a: number, b: number) {
  return a + b;
}

console.log(add("1", "2"));