Files
kotlin-fork/compiler/util-klib-abi/testData/content/excluded_classes_3.v2.txt
T
2023-07-31 20:22:20 +00:00

16 lines
468 B
Plaintext
Vendored

// Rendering settings:
// - Signature version: 2
// - Show manifest properties: false
// - Show declarations: true
// Library unique name: <excluded_classes_library>
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]
}
}