Find Usages: Look for as-property usages of Java methods
This commit is contained in:
committed by
Alexey Sedunov
parent
7e9222f70a
commit
9c360ef05a
@@ -1047,7 +1047,7 @@ public class DescriptorResolver {
|
||||
else if (property.isVar()) {
|
||||
Annotations setterAnnotations = annotationSplitter.getAnnotationsForTarget(PROPERTY_SETTER);
|
||||
setterDescriptor = DescriptorFactory.createSetter(propertyDescriptor, setterAnnotations, !property.hasDelegate(),
|
||||
/* isExternal = */ false);
|
||||
/* isExternal = */ false, propertyDescriptor.getSource());
|
||||
}
|
||||
|
||||
if (!property.isVar()) {
|
||||
|
||||
Reference in New Issue
Block a user