FIC: Support conversions for suspend functions

This commit is contained in:
Mikhail Zarechenskiy
2019-11-14 16:17:29 +03:00
parent f43769c50d
commit 0f242a9931
6 changed files with 42 additions and 1 deletions
@@ -129,7 +129,7 @@ public class SingleAbstractMethodUtils {
return FunctionTypesKt.createFunctionType(
DescriptorUtilsKt.getBuiltIns(function), Annotations.Companion.getEMPTY(),
receiverType, parameterTypes, parameterNames, returnType
receiverType, parameterTypes, parameterNames, returnType, function.isSuspend()
);
}