mirror of
https://github.com/github/codeql.git
synced 2025-12-18 01:33:15 +01:00
284 B
284 B
category
| category |
|---|
| minorAnalysis |
- The alignment and format clauses in string interpolation expressions are now extracted. That is, in
$"Hello {name,align:format}"name, align and format are extracted as children of the string interpolation insert{name,align:format}.