forked from jasder/antlr
parent
6abe69f6e2
commit
950acca7c0
|
@ -4,6 +4,7 @@ import (
|
|||
"errors"
|
||||
"fmt"
|
||||
"hash/fnv"
|
||||
"sort"
|
||||
"strings"
|
||||
// "regexp"
|
||||
// "bytes"
|
||||
|
@ -221,6 +222,7 @@ func (b *BitSet) values() []int {
|
|||
ks[i] = k
|
||||
i++
|
||||
}
|
||||
sort.Ints(ks)
|
||||
return ks
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue