mirror of
https://github.com/github/semantic.git
synced 2024-11-24 08:54:07 +03:00
update Info.==
This commit is contained in:
parent
eff47e0a3e
commit
aeaabfd6a9
@ -39,7 +39,7 @@ struct Info: Categorizable, CustomJSONConvertible, Equatable {
|
||||
}
|
||||
|
||||
func == (left: Info, right: Info) -> Bool {
|
||||
return left.range == right.range && left.categories == right.categories
|
||||
return left.range == right.range && left.categories == right.categories && left.line == left.line && left.column == right.column
|
||||
}
|
||||
|
||||
import Madness
|
||||
|
Loading…
Reference in New Issue
Block a user