mirror of
https://github.com/github/codeql.git
synced 2026-01-25 04:12:58 +01:00
Given the code
class A; end
class B < A; end
class C < A; end
You can find uses of B and C with the expression
API::getTopLevelMember("A").getASubclass()