mirror of
https://github.com/type-challenges/type-challenges.git
synced 2025-12-08 19:06:13 +00:00
feat: add test case to 00191-medium-append-argument (#16753)
This commit is contained in:
parent
991cbf5fe0
commit
31df2efb7f
@ -9,4 +9,6 @@ type Result2 = (x: undefined) => void
|
||||
type cases = [
|
||||
Expect<Equal<Case1, Result1>>,
|
||||
Expect<Equal<Case2, Result2>>,
|
||||
// @ts-expect-error
|
||||
AppendArgument<unknown, undefined>,
|
||||
]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user