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.
1 parent 2086df0 commit 0b28116Copy full SHA for 0b28116
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