Ah, yep it infers `List<Any>` for the 2nd if...
# announcements
d
Ah, yep it infers
List<Any>
for the 2nd if branch if you don't specify it, since it tries to make the two paths return the same thing