mirror of
https://github.com/github/codeql.git
synced 2025-12-17 17:23:36 +01:00
- Async streams (test only) - Unmanaged generic structs (extractor support) - Alternate interpolated strings (test only) - static local function (test only)
6 lines
139 B
Plaintext
6 lines
139 B
Plaintext
import csharp
|
|
|
|
from TypeParameter tp
|
|
where tp.getConstraints().hasUnmanagedTypeConstraint()
|
|
select tp, "This type parameter is unmanaged."
|