[IR] Replaced K/N findPackage with common getPackageFragment
This commit is contained in:
+1
-1
@@ -582,7 +582,7 @@ class ExpressionCodegen(
|
||||
// Copy-pasted bytecode blocks are not suspension points.
|
||||
symbol.owner.isInline ->
|
||||
if (symbol.owner.name.asString() == "suspendCoroutineUninterceptedOrReturn" &&
|
||||
symbol.owner.getPackageFragment()?.fqName == FqName("kotlin.coroutines.intrinsics")
|
||||
symbol.owner.getPackageFragment().fqName == FqName("kotlin.coroutines.intrinsics")
|
||||
)
|
||||
SuspensionPointKind.ALWAYS
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user