<@U0BFDUP0E> it depends on your definition of th...
# announcements
o
@jw it depends on your definition of the term "type annotation" According to the way the official Kotlin reference (or, at least I've read this somewhere) seems to use the term "type annotation": In the snippet
val foo: Int = 2
, the
Int
part would be a type annotation. But I suspect this is not what you meant. Could you clarify?