<@U092308M7>: is this a bug, feels like it. warni...
# announcements
a
@orangy: is this a bug, feels like it. warning (snapshot as of earlier today)
Copy code
val result: Any? = if (controller is InterceptDispatch<*>) {
                (controller as InterceptDispatch<Any>)._internal(requestContext, member, { dispatchFunction.call(*useValues.toArray()) })
            } else {
                dispatchFunction.call(*useValues.toArray())
            }
warns as "Warning:(41, 40) Kotlin: Type is cast to 'kotlin.Any?'. Please specify 'kotlin.Any?' as expected type, if you mean such cast"