[kotlin compiler][update] 1.3.20-dev-1253
This commit is contained in:
committed by
Vasily Levchenko
parent
f4e225df9e
commit
6e0cde1e30
@@ -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;
|
||||
|
||||
+2
@@ -11,6 +11,8 @@ object KonanSerializerProtocol : SerializerExtensionProtocol(
|
||||
KonanProtoBuf.classAnnotation,
|
||||
KonanProtoBuf.functionAnnotation,
|
||||
KonanProtoBuf.propertyAnnotation,
|
||||
KonanProtoBuf.propertyGetterAnnotation,
|
||||
KonanProtoBuf.propertySetterAnnotation,
|
||||
KonanProtoBuf.enumEntryAnnotation,
|
||||
KonanProtoBuf.compileTimeValue,
|
||||
KonanProtoBuf.parameterAnnotation,
|
||||
|
||||
Reference in New Issue
Block a user