Fix signature mapping for default suspend function from interface
Use jvm suspend function view in function codegen. Also use SUSPEND_FUNCTION_TO_JVM_VIEW slice if the value exists for the given key #KT-15552 Fixed
This commit is contained in:
@@ -25,7 +25,7 @@ interface C : A {
|
||||
}
|
||||
|
||||
<!ABSTRACT_MEMBER_NOT_IMPLEMENTED!>class D<!> : J {
|
||||
suspend override fun foo() {
|
||||
<!ACCIDENTAL_OVERRIDE!>suspend override fun foo()<!> {
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user