Changed highlighting range for unresolved annotation name to not include '@'
#KT-11529 Fixed
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
class Test {
|
||||
<!UNRESOLVED_REFERENCE!>@ClassObjectAnnotation<!>
|
||||
@<!UNRESOLVED_REFERENCE!>ClassObjectAnnotation<!>
|
||||
@NestedAnnotation
|
||||
companion object {
|
||||
annotation class ClassObjectAnnotation
|
||||
|
||||
Reference in New Issue
Block a user