Fixes bug introduced by merge of foresight additions.

This commit is contained in:
Rebecca Valentine
2020-02-18 21:37:52 -08:00
parent 7997e1dc98
commit 2fa20eb805

View File

@@ -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