markAsMergeUp method

void markAsMergeUp(
  1. SemanticsConfiguration config
)

Marks the SemanticsConfiguration to be merged into the parent semantics node.

The SemanticsConfiguration will be added to the ChildSemanticsConfigurationsResult.mergeUp that this builder builds.

Implementation

void markAsMergeUp(SemanticsConfiguration config) => _mergeUp.add(config);