You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ERROR TS2322: Type 'assembly/index/D' is not assignable to type 'assembly/index/B | null'.
:
6 │ let v0: A | null = v || new D();
│ ~~~~~~~
└─ in assembly/index.ts(6,27)
ERROR TS2322: Type 'assembly/index/D' is not assignable to type 'assembly/index/B | null'.
:
7 │ let v1: A | null = v && new D();
│ ~~~~~~~
└─ in assembly/index.ts(7,27)
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: