Kapt+JVM_IR: do not generate SuspendFunction supertypes
#KT-54380 Fixed
This commit is contained in:
committed by
Space Team
parent
93e92cbf74
commit
94f1c579df
@@ -0,0 +1,3 @@
|
||||
// CORRECT_ERROR_TYPES
|
||||
|
||||
interface SomeInterface : suspend (List<String>, Boolean) -> List<Int>
|
||||
@@ -0,0 +1,3 @@
|
||||
@kotlin.Metadata()
|
||||
public abstract interface SomeInterface extends kotlin.jvm.functions.Function3<java.util.List<? extends java.lang.String>, java.lang.Boolean, kotlin.coroutines.Continuation<? super java.util.List<? extends java.lang.Integer>>, java.lang.Object> {
|
||||
}
|
||||
Reference in New Issue
Block a user