Any typedef

Any = Object

The root of the Kotlin class hierarchy. Every Kotlin class has Any as a superclass.

Implementation

typedef Any = Object;