Inline flag calculation through inline annotation
This commit is contained in:
+1
-3
@@ -241,9 +241,7 @@ public class DescriptorDeserializer {
|
||||
local.valueParameters(proto, AnnotatedCallableKind.FUNCTION),
|
||||
local.typeDeserializer.type(proto.getReturnType()),
|
||||
modality(Flags.MODALITY.get(flags)),
|
||||
visibility(Flags.VISIBILITY.get(flags)),
|
||||
Flags.INLINE.get(flags)
|
||||
|
||||
visibility(Flags.VISIBILITY.get(flags))
|
||||
);
|
||||
return function;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user