Don't allow to use own nested classes when resolve header of (companion) object
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
class Test {
|
||||
@ClassObjectAnnotation
|
||||
<!UNRESOLVED_REFERENCE!>@ClassObjectAnnotation<!>
|
||||
@NestedAnnotation
|
||||
companion object {
|
||||
annotation class ClassObjectAnnotation
|
||||
}
|
||||
|
||||
annotation class NestedAnnotation
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user