Support property accessors
This commit is contained in:
committed by
Alexander Udalov
parent
093d664ae1
commit
30daf0aded
+6
@@ -98,6 +98,12 @@ public abstract class AbstractDescriptorSerializationTest extends KotlinTestWith
|
||||
throw new UnsupportedOperationException(); // TODO
|
||||
}
|
||||
|
||||
@NotNull
|
||||
@Override
|
||||
public List<AnnotationDescriptor> loadSetterAnnotations(@NotNull ProtoBuf.Callable callableProto) {
|
||||
throw new UnsupportedOperationException(); // TODO
|
||||
}
|
||||
|
||||
@NotNull
|
||||
@Override
|
||||
public List<AnnotationDescriptor> loadValueParameterAnnotations(
|
||||
|
||||
Reference in New Issue
Block a user