mirror of
https://github.com/github/codeql.git
synced 2026-04-30 11:15:13 +02:00
C#: Add test for local function in lambda
This commit is contained in:
@@ -148,9 +148,9 @@ class LocalFunctions
|
||||
return f9(1);
|
||||
}
|
||||
|
||||
{
|
||||
Action a = () => {
|
||||
int f9() => 0;
|
||||
}
|
||||
};
|
||||
|
||||
return f1(2);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user