The root of the Kotlin class hierarchy. Every Kotlin class has Any as a superclass.
typedef Any = Object;