"no type can be at the same time a `String and an ...
# announcements
m
"no type can be at the same time a `String and an
Int
(except
Nothing
)". In Java
String
and
Integer
are
Object
types. The one could use
instanceof
. ps. I've still learning the Kotlin way, so I very much appreciate your comments and direction