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

34 lines
1.6 KiB
Plaintext
Vendored

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