Dataflow: autoformat

This commit is contained in:
Anders Schack-Mulligen
2020-06-17 17:09:55 +02:00
parent 543ab71dfe
commit cedfaf6aaf
4 changed files with 8 additions and 4 deletions

View File

@@ -240,7 +240,8 @@ private module Cached {
// read
exists(Node mid |
parameterValueFlow(p, mid, TReadStepTypesNone()) and
readStepWithTypes(mid, read.getContainerType(), read.getContent(), node, read.getContentType()) and
readStepWithTypes(mid, read.getContainerType(), read.getContent(), node,
read.getContentType()) and
Cand::parameterValueFlowReturnCand(p, _, true) and
compatibleTypes(getErasedNodeTypeBound(p), read.getContainerType())
)