You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
case TypeChecker::UnsupportedMemberTypeAccessKind::None:
1726
1725
break;
1727
1726
@@ -1910,7 +1909,9 @@ static Type applyNonEscapingIfNecessary(Type ty,
1910
1909
1911
1910
// We lost the sugar to flip the isNoEscape bit.
1912
1911
//
1913
-
// FIXME(https://github.com/apple/swift/issues/45125): It would be better to add a new AttributedType sugared type, which would wrap the TypeAliasType or ParenType, and apply the isNoEscape bit when de-sugaring.
1912
+
// FIXME(https://github.com/apple/swift/issues/45125): It would be better
1913
+
// to add a new AttributedType sugared type, which would wrap the
1914
+
// TypeAliasType and apply the isNoEscape bit when de-sugaring.
0 commit comments