What's the type of `calculated`? `Any?`? The compi...
# announcements
d
What's the type of
calculated
?
Any?
? The compiler cannot guarantee that
calculated
is strictly one of `Exception`|
String
|
File
, and it could be an instance of something else entirely, so you will get this error.