[JVM IR] Fix issue with suspend functions in @JvmMultifileClass.
This commit is contained in:
committed by
Alexander Udalov
parent
764bf1cb32
commit
bc9edea527
-4
@@ -4,10 +4,6 @@
|
||||
// COMMON_COROUTINES_TEST
|
||||
// TARGET_BACKEND: JVM
|
||||
|
||||
// IGNORE_BACKEND: JVM_IR
|
||||
// When -Xmultifile-parts-inherit is disabled, JVM IR backend generates "bridges" that delegate into part members and puts them into
|
||||
// the multifile facade. But since the multifile facade phase happens after coroutines, continuations are not created for suspend functions.
|
||||
|
||||
// FILE: test.kt
|
||||
|
||||
@file:JvmMultifileClass
|
||||
|
||||
Reference in New Issue
Block a user