mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Merge pull request #17098 from mdiep/fix-typo-in-comment
This commit is contained in:
@@ -2300,7 +2300,7 @@ public:
|
|||||||
return Bits.SubscriptExpr.HasArgLabelLocs;
|
return Bits.SubscriptExpr.HasArgLabelLocs;
|
||||||
}
|
}
|
||||||
|
|
||||||
/// Whether this call with written with a trailing closure.
|
/// Whether this call was written with a trailing closure.
|
||||||
bool hasTrailingClosure() const {
|
bool hasTrailingClosure() const {
|
||||||
return Bits.SubscriptExpr.HasTrailingClosure;
|
return Bits.SubscriptExpr.HasTrailingClosure;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user