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

13 lines
290 B
Kotlin
Vendored

// CHECK:
// Mangled name: Test
// Public signature: /Test|null[0]
class Test : Base {
// CHECK:
// Mangled name: Test#<init>(){}
// Public signature: /Test.<init>|-5645683436151566731[0]
// Public signature debug description: <init>(){}
constructor() /* primary */
}