Deserialize constructor return type
This commit is contained in:
committed by
Alexander Udalov
parent
2aa0afd199
commit
7eed913e48
+1
@@ -166,6 +166,7 @@ public class DescriptorDeserializer {
|
|||||||
visibility(Flags.VISIBILITY.get(proto.getFlags())),
|
visibility(Flags.VISIBILITY.get(proto.getFlags())),
|
||||||
!classDescriptor.isInner()
|
!classDescriptor.isInner()
|
||||||
);
|
);
|
||||||
|
descriptor.setReturnType(local.typeDeserializer.type(proto.getReturnType()));
|
||||||
return descriptor;
|
return descriptor;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user