Skip to content

Commit

Permalink
Revert "fmt"
Browse files Browse the repository at this point in the history
This reverts commit 651c928.
  • Loading branch information
kt3k committed Jul 9, 2024
1 parent 651c928 commit 6efe3b3
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions tests/testdata/multiple/a.ts
Original file line number Diff line number Diff line change
Expand Up @@ -55,11 +55,3 @@ export function qaz(a: number);
export function qaz(a: string | number) {}

export const c = (): string => "hello";

export function d(
foo: number = 1,
bar: string = "bar",
baz: { hello?: string } = {},
): string {
return foo + bar;
}

0 comments on commit 6efe3b3

Please sign in to comment.