Skip to content

Commit f8eea3a

Browse files
committed
Accept new baselines
1 parent 2983c85 commit f8eea3a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tests/baselines/reference/normalizedIntersectionTooComplex.errors.txt

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
tests/cases/compiler/normalizedIntersectionTooComplex.ts(36,14): error TS2590: Expression produces a union type that is too complex to represent.
21
tests/cases/compiler/normalizedIntersectionTooComplex.ts(36,40): error TS7006: Parameter 'x' implicitly has an 'any' type.
2+
tests/cases/compiler/normalizedIntersectionTooComplex.ts(36,40): error TS2590: Expression produces a union type that is too complex to represent.
33

44

55
==== tests/cases/compiler/normalizedIntersectionTooComplex.ts (2 errors) ====
@@ -39,8 +39,8 @@ tests/cases/compiler/normalizedIntersectionTooComplex.ts(36,40): error TS7006: P
3939
declare var all: keyof Big;
4040
const ctor = getCtor(all);
4141
const comp = ctor({ common: "ok", ref: x => console.log(x) });
42-
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
43-
!!! error TS2590: Expression produces a union type that is too complex to represent.
4442
~
4543
!!! error TS7006: Parameter 'x' implicitly has an 'any' type.
44+
~~~~~~~~~~~~~~~~~~~
45+
!!! error TS2590: Expression produces a union type that is too complex to represent.
4646

0 commit comments

Comments
 (0)