Avatar
exit status: 1 with stderr:<stdin>:4:14: error: heterogeneous collection literal could only be inferred to '[Any]'; add explicit type annotation if this is intentional let errors = [AError(), BError()] ^~~~~~~~~~~~~~~~~~~~ as [Any]