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
assertionFailure("Parsed `.typeSignature` disambiguation missing both parameter types and return types should use `.none` instead. This is a logic bug.")
103
+
returnDisambiguation.none.makeSuffix()
104
+
105
+
// Since this is within DocC we want to have an error if we don't handle new future cases.
106
+
case.none,._nonFrozenEnum_useDefaultCase:
107
+
returnDisambiguation.none.makeSuffix()
108
+
}
109
+
}
77
110
}
78
111
79
112
/// Suggests the minimal most readable disambiguation string for each symbol with the same name.
0 commit comments