f0ef04a6a8
#KT-11529 Fixed
10 lines
206 B
Kotlin
Vendored
10 lines
206 B
Kotlin
Vendored
class Test {
|
|
@<!UNRESOLVED_REFERENCE!>ClassObjectAnnotation<!>
|
|
@NestedAnnotation
|
|
companion object {
|
|
annotation class ClassObjectAnnotation
|
|
}
|
|
|
|
annotation class NestedAnnotation
|
|
}
|