Skip to content

Commit

Permalink
Update test refs
Browse files Browse the repository at this point in the history
  • Loading branch information
kdy1 committed Jul 28, 2023
1 parent df97f63 commit 0517536
Showing 1 changed file with 16 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1 +1,17 @@
//// [genericCallWithObjectLiteralArgs.ts]
function foo(x) {
return x;
}
foo({
bar: 1,
baz: ""
}), foo({
bar: 1,
baz: 1
}), foo({
bar: foo,
baz: foo
}), foo({
bar: 1,
baz: ""
});

0 comments on commit 0517536

Please sign in to comment.