Changed highlighting range for unresolved annotation name to not include '@'
#KT-11529 Fixed
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
package foo
|
||||
|
||||
<error>@Anno</error> ({ val x: Int })
|
||||
@<error>Anno</error> ({ val x: Int })
|
||||
fun f() {}
|
||||
Reference in New Issue
Block a user