JVM IR: Mangle names of $$forInline functions
This commit is contained in:
committed by
Alexander Udalov
parent
7cc06489dd
commit
dad10e94aa
@@ -0,0 +1,12 @@
|
||||
class A {
|
||||
suspend fun f() {}
|
||||
|
||||
internal inline suspend fun g() {
|
||||
f()
|
||||
f()
|
||||
}
|
||||
}
|
||||
|
||||
// 1 public final g\$test_module\(Lkotlin/coroutines/Continuation;\)Ljava/lang/Object;
|
||||
// 1 private final g\$test_module\$\$forInline\(Lkotlin/coroutines/Continuation;\)Ljava/lang/Object;
|
||||
// 0 g\$\$forInline
|
||||
Reference in New Issue
Block a user