mirror of
https://github.com/github/codeql.git
synced 2026-04-29 18:55:14 +02:00
Fixes bug introduced by merge of foresight additions.
This commit is contained in:
@@ -423,7 +423,7 @@ class ClassValue extends Value {
|
||||
/* To determine whether something is a sequence or a mapping is not entirely clear,
|
||||
* so we need to guess a bit.
|
||||
*/
|
||||
this.getASuperType() = ClassValue::tupleType()
|
||||
this.getASuperType() = ClassValue::tuple()
|
||||
or
|
||||
this.getASuperType() = ClassValue::list()
|
||||
or
|
||||
|
||||
Reference in New Issue
Block a user