[KLIB] Keep "API for KLIB ABI" test data under "compiler/testData/klib/" dir

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.
This commit is contained in:
Dmitriy Dolovov
2023-08-15 15:25:43 +02:00
committed by Space Team
parent cb92990ed6
commit d691ab61d7
86 changed files with 114 additions and 115 deletions
@@ -0,0 +1,15 @@
// Rendering settings:
// - Signature version: 2
// - 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>|<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]
}
}