[259] Error in PropertyToMethod.
Given this code:
int IInterface.ExplicitProperty
{
get {
return GetExplicitProperty();
}
}
int GetExplicitProperty()
{
return 0;
}
Trying to convert GetExplicitProperty() to the ExplicitProperty property,
is not permitted (R# says its a duplicated property).
Regards,
Pablo
--
--
I am Drunk of Borg. Resistance is floor tile.
Pablo Montilla
www.odyssey.com.uy
Please sign in to leave a comment.
Hello,
We appreciate your feedback.
The corresponding JIRA request has been created, and you are welcome to monitor
its status at http://www.jetbrains.net/jira/browse/RSRP-28825.
Best regards,
- Development Team.