Files
codeql/java/downgrades/1fd1afa7862b82955785edd29820054ab6c9ec81/erasure.ql
2024-10-29 11:32:22 +00:00

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