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

19 lines
531 B
Kotlin
Vendored

// CHECK:
// Mangled name: Owner
// Public signature: /Owner|null[0]
class Owner {
// CHECK:
// Mangled name: Owner#<init>(){}
// Public signature: /Owner.<init>|-5645683436151566731[0]
// Public signature debug description: <init>(){}
constructor() /* primary */
// CHECK:
// Mangled name: Owner#foo(0:0;0:0){0§<kotlin.Any?>}
// Public signature: /Owner.foo|6541897014956795195[0]
// Public signature debug description: foo(0:0;0:0){0§<kotlin.Any?>}
fun <T : Any?> foo(x: T, y: T): Unit
}