C#: Allow attributes on local functions

This commit is contained in:
Tamas Vajk
2020-11-05 14:21:56 +01:00
parent 89a4cff5f8
commit a931c59a28
9 changed files with 60 additions and 6 deletions

View File

@@ -0,0 +1,2 @@
lgtm,codescanning
* The `LocalFunction` class now extends `Attributable`. This is a C# 9 change.