bug fix #231
This commit is contained in:
parent
f280cfcdc9
commit
f5310b31e6
|
|
@ -823,6 +823,11 @@ namespace SyntaxVisitors
|
|||
/// </summary>
|
||||
private bool InsertGlobalIteratorMethodPredefinition(procedure_definition pd)
|
||||
{
|
||||
if (IsExtensionMethod(pd)) // SSM 17.07.16 - нельзя генерировать предописания для extension-методов!
|
||||
{
|
||||
return false;
|
||||
}
|
||||
|
||||
if (IsClassMethod(pd))
|
||||
{
|
||||
return false;
|
||||
|
|
|
|||
Binary file not shown.
Loading…
Reference in a new issue