Files
kotlin-fork/compiler/testData/ir/irText/expressions/suspendConversionForExtensionFunction.sig.kt.txt
T
Dmitriy Dolovov af247c3344 IR text tests: Unmute tests that have main function
Don't use `main` function in these tests, because `main` function
has specific mangling rules in JVM. Use other function name.

^KT-57755
2023-12-19 14:24:16 +00:00

11 lines
327 B
Kotlin
Vendored

// CHECK JVM_IR:
// Mangled name: #runMe(){}
// Public signature: /runMe|1754039929145531074[0]
// Public signature debug description: runMe(){}
// CHECK JS_IR NATIVE:
// Mangled name: #runMe(){}
// Public signature: /runMe|1754039929145531074[0]
// Public signature debug description: runMe(){}
fun runMe(): Unit