﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
1253	Backend: Enumerations don't produce correct start value in init file	Martin Sjölund	Martin Sjölund	"{{{class A
type E = enumeration(a,b);
E e(start = E.b) = E.a;
end A;}}}

To fix:
DAEUtil.getStartAttrFail needs to be able to return start value for enum
SimCode.printExpStrOpt needs to print the index if the constant is an enum

Easiest to fix after Per commits his other enum fixes"	defect	closed	high		Instantiation	1.6.0	fixed		Martin Sjölund
