1
1
mirror of https://github.com/github/semantic.git synced 2024-11-24 08:54:07 +03:00

update Info.==

This commit is contained in:
joshvera 2015-11-04 16:06:54 -05:00
parent eff47e0a3e
commit aeaabfd6a9

View File

@ -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