mirror of
https://github.com/github/codeql.git
synced 2026-04-26 01:05:15 +02: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()