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 35a44e5 + 0b28116 commit c433242Copy full SHA for c433242
lib/IRGen/GenProto.cpp
@@ -1777,7 +1777,11 @@ class AccessorConformanceInfo : public ConformanceInfo {
1777
#ifndef NDEBUG
1778
assert(entry.getKind() == SILWitnessTable::AssociatedConformance
1779
&& "sil witness table does not match protocol");
1780
+#endif
1781
+
1782
auto associatedWitness = entry.getAssociatedConformanceWitness();
1783
1784
+#ifndef NDEBUG
1785
assert(associatedWitness.Requirement == requirement.getAssociation()
1786
1787
auto piIndex = PI.getAssociatedConformanceIndex(requirement);
0 commit comments