Test order of enum entries in deserialized classes

This commit is contained in:
Pavel V. Talanov
2014-11-10 18:54:49 +03:00
parent b7ca11cee1
commit eba5843468
6 changed files with 155 additions and 0 deletions
@@ -182,6 +182,7 @@ public class EnumEntrySyntheticClassDescriptor extends ClassDescriptorBase {
return computeFunctions(name);
}
});
this.properties = storageManager.createMemoizedFunction(new Function1<Name, Collection<PropertyDescriptor>>() {
@Override
public Collection<PropertyDescriptor> invoke(Name name) {