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