Merge pull request #4316 from tamasvajk/feature/local-functions

C#: Change TrapStackBehaviour of local functions
This commit is contained in:
Tamás Vajk
2020-09-23 14:12:07 +02:00
committed by GitHub

View File

@@ -51,5 +51,7 @@ namespace Semmle.Extraction.CSharp.Entities
trapFile.local_functions(this, symbol.Name, returnType, originalDefinition);
ExtractRefReturn(trapFile);
}
public override TrapStackBehaviour TrapStackBehaviour => TrapStackBehaviour.NeedsLabel;
}
}