Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Add failing test with temporary name
  • Loading branch information
jakebailey committed Jun 29, 2022
commit 36937c785c5ed65dd34067c40c7b421f3e465c6d
2 changes: 2 additions & 0 deletions tests/cases/compiler/issue49383.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
function wrap<Args extends unknown[]>(_: (...args: Args) => void) {}
wrap(({ cancelable } = {}) => {});