>> Call is not yet supported for this functi...
# ktor
c
> Call is not yet supported for this function: public inline fun <reified T : Any> ApplicationCall.fromJson(): [Not-computed] defined in org.jetbrains.ktor.samples.hello[DeserializedSimpleFunctionDescriptor@64ba3208] (member = null)
I believe it is a bug in kotlin reflection: when I am trying to handle "main" function it tries to load descriptors for all top level functions and fails at inline function for some reason