Suppress warning about inlining
This commit is contained in:
parent
a807373e99
commit
e083b6f31d
1 changed files with 1 additions and 0 deletions
|
@ -18,6 +18,7 @@ internal inline fun <reified T : MethodResponse> JmapRequest.Call.getMainRespons
|
|||
return methodResponses.getMainResponseBlocking()
|
||||
}
|
||||
|
||||
@Suppress("NOTHING_TO_INLINE")
|
||||
internal inline fun <T> ListenableFuture<T>.futureGetOrThrow(): T {
|
||||
return try {
|
||||
get()
|
||||
|
|
Loading…
Reference in a new issue