summaryrefslogtreecommitdiff
path: root/tests/specs/lint/with_config_and_flags/with_config/a.ts
blob: c378218a32aeb7518b1c8f438057860ccd2ec43b (plain)
1
2
3
4
// TODO: foo
function add(a: number, b: number): number {
  return a + b;
}