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