Don't allow to use own nested classes when resolve header of (companion) object

This commit is contained in:
Zalim Bashorov
2015-12-14 16:44:55 +03:00
parent 38522f60ea
commit e9ea4cc953
12 changed files with 204 additions and 30 deletions
@@ -1,9 +1,9 @@
class Test {
@ClassObjectAnnotation
<!UNRESOLVED_REFERENCE!>@ClassObjectAnnotation<!>
@NestedAnnotation
companion object {
annotation class ClassObjectAnnotation
}
annotation class NestedAnnotation
}
}