This is a bug, and will be fixed in a future release. The issue is the parametric type lattice join operator is too coarse, and thinks the result is []any when not used with a var (e.g. Callbacks + array{Callback} is considered to have type []any) and results in a crash when used with a var.
2 Likes