mirror of
https://github.com/github/codeql.git
synced 2025-12-17 17:23:36 +01:00
11 lines
185 B
Plaintext
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
|