Open rahulmutt opened 7 years ago
I'll take a look.
There's a typo in the (Color ...) (Color ...)
line. It says equlasColor
.
The error message "names differing only in case" shouldn't really be there, though. I get the regular "Multiple declarations" error too, which is the correct one here.
Apologise for that - I'm sleep deprived.
Yeah, are you doing the case check a bit earlier than needed?
This program fails to compile with the "Multiple declarations with names differing only in case." error. @pparkkin That looks like a renamer error you introduced - can you take a look?
For some reason, the compiler thinks the first couple clauses and the last clause are distinct.