Files
kotlin-fork/compiler/util-klib-abi/testData/content/excluded_classes_3.v2.txt
T
Dmitriy Dolovov 5171d92fb9 [KLIB] API for dumping KLIB ABI
^KT-54402
2023-07-28 09:52:18 +00:00

16 lines
466 B
Plaintext
Vendored

// Rendering settings:
// - Signature version: 2
// - Show manifest properties: false
// - Show declarations: true
// Library unique name: <testExcluded_classes_3>
final class /Bar { // /Bar|null[0]
constructor <init>() // /Bar.<init>|<init>(){}[0]
}
final class /Baz { // /Baz|null[0]
constructor <init>() // /Baz.<init>|<init>(){}[0]
final class Nested { // /Baz.Nested|null[0]
constructor <init>() // /Baz.Nested.<init>|<init>(){}[0]
}
}