5e63f7627f
KT-59486
61 lines
2.4 KiB
Kotlin
Vendored
61 lines
2.4 KiB
Kotlin
Vendored
// CHECK JVM_IR:
|
|
// Mangled name: #bar(kotlin.Int){}kotlin.Int
|
|
// Public signature: /bar|-9139551794686561208[0]
|
|
// Public signature debug description: bar(kotlin.Int){}kotlin.Int
|
|
// CHECK JS_IR NATIVE:
|
|
// Mangled name: #bar(kotlin.Int){}
|
|
// Public signature: /bar|-6662241134515685168[0]
|
|
// Public signature debug description: bar(kotlin.Int){}
|
|
fun bar(x: Int): Int
|
|
|
|
// CHECK JVM_IR:
|
|
// Mangled name: #ext1@kotlin.Int(){}kotlin.Int
|
|
// Public signature: /ext1|6413226340790463095[0]
|
|
// Public signature debug description: ext1@kotlin.Int(){}kotlin.Int
|
|
// CHECK JS_IR NATIVE:
|
|
// Mangled name: #ext1@kotlin.Int(){}
|
|
// Public signature: /ext1|2676317939288138925[0]
|
|
// Public signature debug description: ext1@kotlin.Int(){}
|
|
fun Int.ext1(): Int
|
|
|
|
// CHECK JVM_IR:
|
|
// Mangled name: #ext2@kotlin.Int(kotlin.Int){}kotlin.Int
|
|
// Public signature: /ext2|-8066960946657179620[0]
|
|
// Public signature debug description: ext2@kotlin.Int(kotlin.Int){}kotlin.Int
|
|
// CHECK JS_IR NATIVE:
|
|
// Mangled name: #ext2@kotlin.Int(kotlin.Int){}
|
|
// Public signature: /ext2|-2215403909210362549[0]
|
|
// Public signature debug description: ext2@kotlin.Int(kotlin.Int){}
|
|
fun Int.ext2(x: Int): Int
|
|
|
|
// CHECK JVM_IR:
|
|
// Mangled name: #ext3@kotlin.Int(kotlin.Int){}kotlin.Int
|
|
// Public signature: /ext3|5977745580530222116[0]
|
|
// Public signature debug description: ext3@kotlin.Int(kotlin.Int){}kotlin.Int
|
|
// CHECK JS_IR NATIVE:
|
|
// Mangled name: #ext3@kotlin.Int(kotlin.Int){}
|
|
// Public signature: /ext3|8845146764019956410[0]
|
|
// Public signature debug description: ext3@kotlin.Int(kotlin.Int){}
|
|
fun Int.ext3(x: Int): Int
|
|
|
|
// CHECK JVM_IR:
|
|
// Mangled name: #foo(kotlin.Int;kotlin.Int){}kotlin.Int
|
|
// Public signature: /foo|4963416038277150675[0]
|
|
// Public signature debug description: foo(kotlin.Int;kotlin.Int){}kotlin.Int
|
|
// CHECK JS_IR NATIVE:
|
|
// Mangled name: #foo(kotlin.Int;kotlin.Int){}
|
|
// Public signature: /foo|-5894601321690082118[0]
|
|
// Public signature debug description: foo(kotlin.Int;kotlin.Int){}
|
|
fun foo(x: Int, y: Int): Int
|
|
|
|
// CHECK JVM_IR:
|
|
// Mangled name: #qux(kotlin.Int){}kotlin.Int
|
|
// Public signature: /qux|8810931378534960479[0]
|
|
// Public signature debug description: qux(kotlin.Int){}kotlin.Int
|
|
// CHECK JS_IR NATIVE:
|
|
// Mangled name: #qux(kotlin.Int){}
|
|
// Public signature: /qux|-7492140954119175349[0]
|
|
// Public signature debug description: qux(kotlin.Int){}
|
|
fun qux(x: Int): Int
|
|
|