We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9aa327a + a01f6f8 commit a4dc444Copy full SHA for a4dc444
test/Runtime/demangleToMetadata.swift
@@ -430,7 +430,7 @@ DemangleToMetadataTests.test("Nested types in extensions") {
430
.InnermostUConformsToP3<ConformsToP4a>.self,
431
_typeByName("4main4SG11VA2A2P1RzlE016InnerTConformsToC0VA2A2P3Rd__rlE018InnermostUConformsfG0VyAA08ConformsfC0V_AA0jf5P2AndG0V_AA0jF3P4aVG")!)
432
433
- // Failure case: Dictionary's outer `Key: Hashable` constraint not sastified
+ // Failure case: Dictionary's outer `Key: Hashable` constraint not satisfied
434
expectNil(_typeByName("s10DictionaryV4mainE5InnerVyAC12ConformsToP1VSi_AC12ConformsToP1VG"))
435
// Failure case: Dictionary's inner `V: P1` constraint not satisfied
436
expectNil(_typeByName("s10DictionaryV4mainE5InnerVySSSi_AC12ConformsToP2VG"))
0 commit comments