Changed highlighting range for unresolved annotation name to not include '@'
#KT-11529 Fixed
This commit is contained in:
+3
-3
@@ -1,5 +1,5 @@
|
||||
<!UNRESOLVED_REFERENCE!>@Ann<!> class A
|
||||
<!UNRESOLVED_REFERENCE!>@Ann<!> class B
|
||||
<!UNRESOLVED_REFERENCE!>@Ann<!>(1) class C
|
||||
@<!UNRESOLVED_REFERENCE!>Ann<!> class A
|
||||
@<!UNRESOLVED_REFERENCE!>Ann<!> class B
|
||||
@<!UNRESOLVED_REFERENCE!>Ann<!>(1) class C
|
||||
@kotlin.<!UNRESOLVED_REFERENCE!>Ann<!>(1) class D
|
||||
@kotlin.annotation.<!UNRESOLVED_REFERENCE!>Ann<!>(1) class E
|
||||
Reference in New Issue
Block a user