Files
codeql/java/ql/test/kotlin/library-tests/extensions_recursion/element.ql
Ian Lynagh f0949a4936 Kotlin: Add a test
This caused a stack overflow on a branch, due to the recursino between
the class and the extension function.
2022-05-10 19:51:08 +01:00

6 lines
58 B
Plaintext

import java
from Element e
where e.fromSource()
select e