vineethraj49
04/05/2021, 3:56 AM((descriptor.source as JavaSourceElement).javaElement as BinaryJavaMethod).containingClass
at runtimegammax
04/07/2021, 9:38 AMThrowsTypeBlockingMethodChecker
even doing? Can you provide some example of compliant/non-compliant code?vineethraj49
04/08/2021, 2:58 AMgammax
04/08/2021, 12:53 PMvineethraj49
04/08/2021, 10:46 PMV java.util.concurrent.Future#get() throws InterruptedException, ExecutionException; // defined in rt.jar
suspend fun foo() {
val aFuture = asyncHttpClient.executeRequest(r).get() // this `.get` is identified as a blocking call in non-blocking context
}