Files
kotlin-fork/compiler/testData/ir/irText/expressions/throw.sig.kt.txt
T
2023-07-14 20:26:45 +00:00

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