d691ab61d7
The test data is used both in ":kotlin-util-klib-abi" and ":native:native.tests" modules. It's better to keep it together with the test data for other KLIB tests which are also used in more than one module, i.e. in "compiler/testData/klib/" dir.
34 lines
1.7 KiB
Plaintext
Vendored
34 lines
1.7 KiB
Plaintext
Vendored
// Rendering settings:
|
|
// - Signature version: 1
|
|
// - Show manifest properties: false
|
|
// - Show declarations: true
|
|
|
|
// Library unique name: <excluded_classes_library>
|
|
final class excluded_classes.test/Bar { // excluded_classes.test/Bar|null[0]
|
|
constructor <init>() // excluded_classes.test/Bar.<init>|-5645683436151566731[0]
|
|
final class Nested { // excluded_classes.test/Bar.Nested|null[0]
|
|
constructor <init>() // excluded_classes.test/Bar.Nested.<init>|-5645683436151566731[0]
|
|
final class Nested { // excluded_classes.test/Bar.Nested.Nested|null[0]
|
|
constructor <init>() // excluded_classes.test/Bar.Nested.Nested.<init>|-5645683436151566731[0]
|
|
}
|
|
}
|
|
}
|
|
final class excluded_classes.test/Baz { // excluded_classes.test/Baz|null[0]
|
|
constructor <init>() // excluded_classes.test/Baz.<init>|-5645683436151566731[0]
|
|
final class Nested { // excluded_classes.test/Baz.Nested|null[0]
|
|
constructor <init>() // excluded_classes.test/Baz.Nested.<init>|-5645683436151566731[0]
|
|
final class Nested { // excluded_classes.test/Baz.Nested.Nested|null[0]
|
|
constructor <init>() // excluded_classes.test/Baz.Nested.Nested.<init>|-5645683436151566731[0]
|
|
}
|
|
}
|
|
}
|
|
final class excluded_classes.test/Foo { // excluded_classes.test/Foo|null[0]
|
|
constructor <init>() // excluded_classes.test/Foo.<init>|-5645683436151566731[0]
|
|
final class Nested { // excluded_classes.test/Foo.Nested|null[0]
|
|
constructor <init>() // excluded_classes.test/Foo.Nested.<init>|-5645683436151566731[0]
|
|
final class Nested { // excluded_classes.test/Foo.Nested.Nested|null[0]
|
|
constructor <init>() // excluded_classes.test/Foo.Nested.Nested.<init>|-5645683436151566731[0]
|
|
}
|
|
}
|
|
}
|