1 2 3 4 5
package org.jetbrains.dokka.utilities inline fun <reified T> Any.cast(): T { return this as T }