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

19 lines
272 B
Kotlin
Vendored

// EXCLUDED_CLASSES: one.two/Foo three.four/Bar five.six/Baz
package excluded_classes.test
class Foo {
class Nested {
class Nested
}
}
class Bar {
class Nested {
class Nested
}
}
class Baz {
class Nested {
class Nested
}
}