5171d92fb9
^KT-54402
19 lines
371 B
Kotlin
Vendored
19 lines
371 B
Kotlin
Vendored
// EXCLUDED_CLASSES: one.two/Foo three.four/Bar excluded_classes.test/Foo excluded_classes.test/Bar.Nested excluded_classes.test/Baz.Nested.Nested 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
|
|
}
|
|
} |