mirror of
https://github.com/github/codeql.git
synced 2026-04-11 10:04:02 +02:00
6 lines
92 B
Plaintext
6 lines
92 B
Plaintext
import csharp
|
|
|
|
from Callable c, Expr return
|
|
where c.canYieldReturn(return)
|
|
select c, return
|