@@ -6,12 +6,12 @@ error TS2318: Cannot find global type 'Number'.
6
6
error TS2318: Cannot find global type 'Object'.
7
7
error TS2318: Cannot find global type 'RegExp'.
8
8
error TS2318: Cannot find global type 'String'.
9
- tests/cases/compiler/typeCheckTypeArgument.ts(2 ,19): error TS2304: Cannot find name 'UNKNOWN'.
10
- tests/cases/compiler/typeCheckTypeArgument.ts(4 ,26): error TS2304: Cannot find name 'UNKNOWN'.
11
- tests/cases/compiler/typeCheckTypeArgument.ts(6 ,21): error TS2304: Cannot find name 'UNKNOWN'.
12
- tests/cases/compiler/typeCheckTypeArgument.ts(8 ,24): error TS2304: Cannot find name 'UNKNOWN'.
13
- tests/cases/compiler/typeCheckTypeArgument.ts(11 ,22): error TS2304: Cannot find name 'UNKNOWN'.
14
- tests/cases/compiler/typeCheckTypeArgument.ts(14 ,13): error TS2304: Cannot find name 'UNKNOWN'.
9
+ tests/cases/compiler/typeCheckTypeArgument.ts(3 ,19): error TS2304: Cannot find name 'UNKNOWN'.
10
+ tests/cases/compiler/typeCheckTypeArgument.ts(5 ,26): error TS2304: Cannot find name 'UNKNOWN'.
11
+ tests/cases/compiler/typeCheckTypeArgument.ts(7 ,21): error TS2304: Cannot find name 'UNKNOWN'.
12
+ tests/cases/compiler/typeCheckTypeArgument.ts(9 ,24): error TS2304: Cannot find name 'UNKNOWN'.
13
+ tests/cases/compiler/typeCheckTypeArgument.ts(12 ,22): error TS2304: Cannot find name 'UNKNOWN'.
14
+ tests/cases/compiler/typeCheckTypeArgument.ts(15 ,13): error TS2304: Cannot find name 'UNKNOWN'.
15
15
16
16
17
17
!!! error TS2318: Cannot find global type 'Array'.
@@ -23,6 +23,7 @@ tests/cases/compiler/typeCheckTypeArgument.ts(14,13): error TS2304: Cannot find
23
23
!!! error TS2318: Cannot find global type 'RegExp'.
24
24
!!! error TS2318: Cannot find global type 'String'.
25
25
==== tests/cases/compiler/typeCheckTypeArgument.ts (6 errors) ====
26
+ /// <reference no-default-lib="true"/>
26
27
27
28
var f: <T extends UNKNOWN>() => void;
28
29
~~~~~~~
0 commit comments