C#/Go/Python/Ruby/Swift: Fix some more references.

This commit is contained in:
Anders Schack-Mulligen
2023-05-25 13:18:01 +02:00
parent 1c3b8e2b96
commit 6020e4d0e3
5 changed files with 11 additions and 10 deletions

View File

@@ -57,7 +57,9 @@ private module Cached {
or
asyncWithStep(nodeFrom, nodeTo)
or
FlowSummaryImpl::Private::Steps::summaryLocalStep(nodeFrom, nodeTo, false)
FlowSummaryImpl::Private::Steps::summaryLocalStep(nodeFrom
.(DataFlowPrivate::FlowSummaryNode)
.getSummaryNode(), nodeTo.(DataFlowPrivate::FlowSummaryNode).getSummaryNode(), false)
}
}