Commit 43417408 authored by Philip Makedonski's avatar Philip Makedonski
Browse files

+ fix for nested record resolution, #30

parent 0f6dfbbb
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -548,6 +548,7 @@ class TTCN3ScopeHelper {
			list.addAll(type.defs)
		//DONE: this should be only for arrays -> handle separately
		} else if (type instanceof NestedRecordOfDef) {
			list.addAll(type.nestedFields.map[it as FieldReference])
			//TODO: handle? -> separate in exceptional cases
		} else if (type instanceof NestedSetOfDef) {
			//TODO: handle? -> separate in exceptional cases