mirror of
https://github.com/github/codeql.git
synced 2026-04-25 08:45:14 +02:00
Shared: Make 'getAStrictAncestor' private.
This commit is contained in:
@@ -255,7 +255,7 @@ module TypeFlow<LocationSig Location, TypeFlowInput<Location> I> {
|
||||
* This does not include itself, unless this type is part of a cycle
|
||||
* in the type hierarchy.
|
||||
*/
|
||||
Type getAStrictAncestor(Type sub) { result = getAnAncestor(sub.getASupertype()) }
|
||||
private Type getAStrictAncestor(Type sub) { result = getAnAncestor(sub.getASupertype()) }
|
||||
|
||||
/**
|
||||
* Holds if we have a bound for `n` that is better than `t`.
|
||||
|
||||
Reference in New Issue
Block a user