mirror of
https://github.com/github/codeql.git
synced 2026-07-30 07:04:57 +02:00
Introduced a regression, since the old code was:
```
predicate is_a_string_type(ClassObject seqtype) {
seqtype = theBytesType() and major_version() = 2
or
seqtype = theUnicodeType()
}
```
but *now* we're good!