mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-02-05 16:38:05 -06:00
Updated error baseline
This commit is contained in:
parent
aaa06122b9
commit
26290a88ac
@ -21,7 +21,7 @@ tests/cases/compiler/genericDefaultsErrors.ts(33,15): error TS2707: Generic type
|
||||
tests/cases/compiler/genericDefaultsErrors.ts(36,15): error TS2707: Generic type 'i09<T, U, V>' requires between 2 and 3 type arguments.
|
||||
tests/cases/compiler/genericDefaultsErrors.ts(38,20): error TS2304: Cannot find name 'T'.
|
||||
tests/cases/compiler/genericDefaultsErrors.ts(38,20): error TS4033: Property 'x' of exported interface has or is using private name 'T'.
|
||||
tests/cases/compiler/genericDefaultsErrors.ts(42,29): error TS2715: Type parameter 'T' has a circular default.
|
||||
tests/cases/compiler/genericDefaultsErrors.ts(42,29): error TS2716: Type parameter 'T' has a circular default.
|
||||
|
||||
|
||||
==== tests/cases/compiler/genericDefaultsErrors.ts (22 errors) ====
|
||||
@ -112,4 +112,4 @@ tests/cases/compiler/genericDefaultsErrors.ts(42,29): error TS2715: Type paramet
|
||||
// https://github.com/Microsoft/TypeScript/issues/16221
|
||||
interface SelfReference<T = SelfReference> {}
|
||||
~~~~~~~~~~~~~
|
||||
!!! error TS2715: Type parameter 'T' has a circular default.
|
||||
!!! error TS2716: Type parameter 'T' has a circular default.
|
||||
Loading…
x
Reference in New Issue
Block a user