Commit 413868a9 authored by Philip Makedonski's avatar Philip Makedonski
Browse files

+ fix for component timers not being resolved

parent e5b403b2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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) {