Github user upadhyayap commented on a diff in the pull request:
https://github.com/apache/groovy/pull/388#discussion_r75469060
--- Diff: src/test/groovy/lang/IntRangeTest.groovy ---
@@ -138,4 +138,15 @@ class IntRangeTest extends GroovyTestCase {
assert bs[-1..<-7].toString() == '{0, 5}'
assert bs[20..<-8].toString() == '{2, 3}'
}
+
+ void testHashCode(){
--- End diff --
best place to test hashcode is HashMap. Let know if need to check this up
for more range of values.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---