mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
[ConstraintSystem] Bind holes to UnresolvedType instead of Any.
This commit is contained in:
@@ -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; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user