mirror of
https://github.com/github/codeql.git
synced 2025-12-21 11:16:30 +01:00
For example, UnaryOperator<T> extends Function<T, T> without overriding / defining its own `apply` method.
6 lines
87 B
Plaintext
6 lines
87 B
Plaintext
import java
|
|
|
|
from ClassOrInterface ci
|
|
where ci.fromSource()
|
|
select ci, ci.getAMethod()
|