Deserialize constructor return type

This commit is contained in:
Andrey Breslav
2013-06-04 22:25:38 +04:00
committed by Alexander Udalov
parent 2aa0afd199
commit 7eed913e48
@@ -166,6 +166,7 @@ public class DescriptorDeserializer {
visibility(Flags.VISIBILITY.get(proto.getFlags())),
!classDescriptor.isInner()
);
descriptor.setReturnType(local.typeDeserializer.type(proto.getReturnType()));
return descriptor;
}