Files
codeql/rust/ql/test/extractor-tests/generated/AsyncBlockExpr/AsyncBlockExpr_getTail.ql
2024-09-16 13:39:55 +02:00

8 lines
169 B
Plaintext
Generated

// generated by codegen, do not edit
import codeql.rust.elements
import TestUtils
from AsyncBlockExpr x
where toBeTested(x) and not x.isUnknown()
select x, x.getTail()