Loading de.ugoe.cs.swe.TTCN3/src/de/ugoe/cs/swe/scoping/TTCN3ScopeProvider.xtend +1 −1 Original line number Diff line number Diff line Loading @@ -1003,7 +1003,7 @@ class TTCN3ScopeProvider extends AbstractDeclarativeScopeProvider { } else if (value instanceof FunctionDef) { if(value.parameterList !== null) value.parameterList.scopeFunctionParameterValue(list) if (value.runsOn !== null) { value.runsOn.component.componentScopeValueRefs(list, false, true, true) value.runsOn.component.componentScopeValueRefs(list, true, true, true) } scopeFor(list, value.eContainer.scope_ReferencedValueHead(ref)) } else if (value instanceof ModuleControlPart) { Loading Loading
de.ugoe.cs.swe.TTCN3/src/de/ugoe/cs/swe/scoping/TTCN3ScopeProvider.xtend +1 −1 Original line number Diff line number Diff line Loading @@ -1003,7 +1003,7 @@ class TTCN3ScopeProvider extends AbstractDeclarativeScopeProvider { } else if (value instanceof FunctionDef) { if(value.parameterList !== null) value.parameterList.scopeFunctionParameterValue(list) if (value.runsOn !== null) { value.runsOn.component.componentScopeValueRefs(list, false, true, true) value.runsOn.component.componentScopeValueRefs(list, true, true, true) } scopeFor(list, value.eContainer.scope_ReferencedValueHead(ref)) } else if (value instanceof ModuleControlPart) { Loading