mirror of
https://github.com/microsoft/TypeScript.git
synced 2025-11-18 17:21:48 +00:00
Fix test
This commit is contained in:
@@ -38,7 +38,6 @@ declare function acceptA(x: A): void;
|
||||
|
||||
declare let a: A;
|
||||
declare let b: B;
|
||||
declare let never: never;
|
||||
|
||||
declare function coAndContra<T>(value: T, func: (t: T) => void): T;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user