Files
codeql/java/ql/test/library-tests/JDK/Main.ql
2018-10-11 11:31:37 +02:00

11 lines
185 B
Plaintext

/**
* @name Main
* @description Test the definition of class MainMethod
*/
import default
from Class cl, MainMethod mm
where cl.fromSource() and mm = cl.getAMember()
select cl, mm