package org.jetbrains.dokka.utilities import org.jetbrains.dokka.* @InternalDokkaApi inline fun Any.cast(): T { return this as T }