mirror of
https://github.com/github/codeql.git
synced 2025-12-20 10:46:30 +01:00
Kotlin: Fix TypeVariableHidesType performance regression
This commit is contained in:
@@ -19,6 +19,7 @@ RefType anOuterType(TypeVariable var) {
|
||||
result = anOuterType(var).(NestedType).getEnclosingType()
|
||||
}
|
||||
|
||||
pragma[inline]
|
||||
RefType aTypeVisibleFrom(TypeVariable var) {
|
||||
result = anOuterType(var)
|
||||
or
|
||||
|
||||
Reference in New Issue
Block a user