mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Merge pull request #77936 from xedin/revert-void-favoring
Revert changes related to `Void` binding favoring
This commit is contained in:
@@ -482,10 +482,6 @@ public:
|
||||
/// Determine whether this type variable represents a subscript result type.
|
||||
bool isSubscriptResultType() const;
|
||||
|
||||
/// Determine whether this type variable represents a result type of an
|
||||
/// application i.e. a call, an operator, or a subscript.
|
||||
bool isApplicationResultType() const;
|
||||
|
||||
/// Determine whether this type variable represents an opened
|
||||
/// type parameter pack.
|
||||
bool isParameterPack() const;
|
||||
|
||||
Reference in New Issue
Block a user