6 lines
123 B
Kotlin
Vendored
6 lines
123 B
Kotlin
Vendored
class Outer {
|
|
inner class Inner {
|
|
annotation <!NESTED_CLASS_NOT_ALLOWED!>class TestNestedAnnotation<!>
|
|
}
|
|
}
|