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