mirror of
https://github.com/github/codeql.git
synced 2026-08-05 09:53:29 +02:00
8 lines
120 B
Plaintext
8 lines
120 B
Plaintext
class Value extends @value {
|
|
string toString() { none() }
|
|
}
|
|
|
|
from Value v, string s
|
|
where values(v, s, _)
|
|
select v, s
|