mirror of
https://github.com/github/codeql.git
synced 2026-03-23 07:56:54 +01:00
This caused a stack overflow on a branch, due to the recursino between the class and the extension function.
6 lines
58 B
Plaintext
6 lines
58 B
Plaintext
import java
|
|
|
|
from Element e
|
|
where e.fromSource()
|
|
select e
|