5e63f7627f
KT-59486
13 lines
396 B
Kotlin
Vendored
13 lines
396 B
Kotlin
Vendored
// CHECK:
|
|
// Mangled name: #test1(){}
|
|
// Public signature: /test1|4297044443957252634[0]
|
|
// Public signature debug description: test1(){}
|
|
fun test1(): Unit
|
|
|
|
// CHECK:
|
|
// Mangled name: #testImplicitCast(kotlin.Any){}
|
|
// Public signature: /testImplicitCast|3599450462487506190[0]
|
|
// Public signature debug description: testImplicitCast(kotlin.Any){}
|
|
fun testImplicitCast(a: Any): Unit
|
|
|