IK

Size: a a a
IK
BP
IK
BP
IK
BP
IK
org.jetbrains.kotlinx:kotlinx-coroutines-jdk8:1.3.7, котлин 1.3.72
BP
IK
var plr: ParticipantListResponse? = null
withContext(Dispatchers.IO) {
plr = xm.readValue(resp.readText(), ParticipantListResponse().javaClass) as ParticipantListResponse
}
return plr as ParticipantListResponse
IK
BP
var plr: ParticipantListResponse? = null
withContext(Dispatchers.IO) {
plr = xm.readValue(resp.readText(), ParticipantListResponse().javaClass) as ParticipantListResponse
}
return plr as ParticipantListResponse
BP
IK
AE
NR
NR
NR
AL
AL
when
(loopPlugin.isEnabled(PluginType.LOOP)).thenReturn(false)when
(loopPlugin).setPluginEnabled(PluginType.LOOP, true)AL