mirror of
https://github.com/github/codeql.git
synced 2026-08-03 17:03:02 +02:00
For consistency with the C/C++ QL library, getters of AST elements within the hidden AST should not themselves skip other hidden AST elements.
4 lines
53 B
Swift
4 lines
53 B
Swift
func foo(x: inout Int) -> Int? {
|
|
return x.self
|
|
}
|