increased test coverage (83.9%)
This commit is contained in:
@@ -20,6 +20,10 @@ type IntIterator struct {
|
||||
step int64
|
||||
}
|
||||
|
||||
func NewIntIteratorA(args ...any) (it *IntIterator, err error) {
|
||||
return NewIntIterator(args)
|
||||
}
|
||||
|
||||
func NewIntIterator(args []any) (it *IntIterator, err error) {
|
||||
var argc int = 0
|
||||
if args != nil {
|
||||
|
||||
Reference in New Issue
Block a user