5e63f7627f
KT-59486
11 lines
339 B
Kotlin
Vendored
11 lines
339 B
Kotlin
Vendored
// CHECK JVM_IR:
|
|
// Mangled name: #test(){}kotlin.Int
|
|
// Public signature: /test|4216975235718029399[0]
|
|
// Public signature debug description: test(){}kotlin.Int
|
|
// CHECK JS_IR NATIVE:
|
|
// Mangled name: #test(){}
|
|
// Public signature: /test|6620506149988718649[0]
|
|
// Public signature debug description: test(){}
|
|
fun test(): Int
|
|
|