Files
codeql/java/ql/test/library-tests/JDK/Main.ql
2018-08-30 10:48:05 +01:00

10 lines
184 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