5 lines
91 B
Kotlin
Vendored
5 lines
91 B
Kotlin
Vendored
class Outer {
|
|
inner class Inner {
|
|
annotation class TestNestedAnnotation
|
|
}
|
|
} |