mirror of
https://github.com/denoland/deno.git
synced 2025-02-07 06:54:07 -05:00
![Bartek Iwańczuk](/assets/img/avatar_default.png)
Just reorganizing lint tests in such a way that adding new file in a directory doesn't change result of other tests.
4 lines
76 B
TypeScript
4 lines
76 B
TypeScript
// TODO: foo
|
|
function add(a: number, b: number): number {
|
|
return a + b;
|
|
}
|