[kotlin compiler][update] 1.3.20-dev-1253

This commit is contained in:
Vasily Levchenko
2018-10-29 15:14:08 +03:00
committed by Vasily Levchenko
parent f4e225df9e
commit 6e0cde1e30
6 changed files with 15 additions and 8 deletions
@@ -37,6 +37,8 @@ extend Function {
extend Property {
repeated Annotation property_annotation = 170;
repeated Annotation property_getter_annotation = 177;
repeated Annotation property_setter_annotation = 178;
optional bool has_backing_field = 171;
optional bool used_as_variable = 172;
optional Annotation.Argument.Value compile_time_value = 173;
@@ -11,6 +11,8 @@ object KonanSerializerProtocol : SerializerExtensionProtocol(
KonanProtoBuf.classAnnotation,
KonanProtoBuf.functionAnnotation,
KonanProtoBuf.propertyAnnotation,
KonanProtoBuf.propertyGetterAnnotation,
KonanProtoBuf.propertySetterAnnotation,
KonanProtoBuf.enumEntryAnnotation,
KonanProtoBuf.compileTimeValue,
KonanProtoBuf.parameterAnnotation,