If I have: `suspend fun <T> XmlRpcCoroutineC...
# announcements
d
If I have:
suspend fun <T> XmlRpcCoroutineClient.awaitExecutes(pRequest: XmlRpcRequest, returnType: Class<T>): T
and I need it to return
List<Int>
, how do I pass the
returnType
?