This commit is contained in:
miks1965 2016-07-17 14:10:44 +03:00
parent f280cfcdc9
commit f5310b31e6
2 changed files with 5 additions and 0 deletions

View file

@ -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.