Files
codeql/java/ql/test/kotlin/library-tests/recursive-instantiations/stack-overflow-1/classes.ql
Ian Lynagh 0d79dfc412 Kotlin: Add a test of recursive instantiations
This used to cause a stack overflow
2022-05-10 19:51:21 +01:00

6 lines
56 B
Plaintext

import java
from Class c
where c.fromSource()
select c