[ConstraintSystem] Bind holes to UnresolvedType instead of Any.

This commit is contained in:
Holly Borla
2019-10-10 12:05:58 -07:00
parent 3cdee649f5
commit e63f259f4f
17 changed files with 36 additions and 31 deletions

View File

@@ -530,6 +530,8 @@ public:
/// Is this the 'Any' type?
bool isAny();
bool isHole();
/// Does the type have outer parenthesis?
bool hasParenSugar() const { return getKind() == TypeKind::Paren; }