@swift-ci smoke test
@eeckstein for when you get back.
320 | 317 | return; | |
321 | 318 | mi->methodIsCalled = true; | |
322 | 319 | for (FuncImpl &FImpl : mi->implementingFunctions) { | |
323 | if (FImpl.Impl.Conf) { | ||
324 | SILWitnessTable *WT = Module->lookUpWitnessTable(FImpl.Impl.Conf, | ||
325 | /*deserializeLazily*/ false); | ||
320 | if (auto *Conf = FImpl.Impl.dyn_cast<ProtocolConformance *>()) { |
This should be a get
also, right?
Jordan and I talked about this offline. I explained to him that PointerUnion by default assumes that null values have the first case value. I was trying to be conservative to work around such issues.
Login to write a write a comment.