mirror of
https://github.com/github/codeql.git
synced 2025-12-16 16:53:25 +01:00
10 lines
196 B
Plaintext
10 lines
196 B
Plaintext
class ClassOrInterface extends @classorinterface {
|
|
string toString() { none() }
|
|
}
|
|
|
|
from ClassOrInterface x, ClassOrInterface y
|
|
where
|
|
classes_or_interfaces(x, _, _, y) and
|
|
x != y
|
|
select x, y
|