aa1548a83b
#KT-7771 Fixed
9 lines
178 B
Kotlin
Vendored
9 lines
178 B
Kotlin
Vendored
class Test {
|
|
@ClassObjectAnnotation
|
|
@NestedAnnotation
|
|
companion object {
|
|
annotation class ClassObjectAnnotation
|
|
}
|
|
|
|
annotation class NestedAnnotation
|
|
} |