Description
The method DefaultGroovyMethods.minus(Date, Date) doesn't exist which breaks the arithmetic type treatment for dates.
The result should be an int to be consistent with the existing plus(Date, int) and minus(Date, int) methods.
The method DefaultGroovyMethods.minus(Date, Date) doesn't exist which breaks the arithmetic type treatment for dates.
The result should be an int to be consistent with the existing plus(Date, int) and minus(Date, int) methods.