425d5e808b
Just in case. ^KT-59874
12 lines
199 B
Kotlin
Vendored
12 lines
199 B
Kotlin
Vendored
// ISSUE: KT-63063
|
|
|
|
class Test {
|
|
@ClassObjectAnnotation
|
|
@NestedAnnotation
|
|
companion object {
|
|
annotation class ClassObjectAnnotation
|
|
}
|
|
|
|
annotation class NestedAnnotation
|
|
}
|