Kotlin: Fix TypeVariableHidesType performance regression

This commit is contained in:
Ian Lynagh
2022-04-14 19:15:47 +01:00
parent fc5229a0a5
commit 2647a45239

View File

@@ -19,6 +19,7 @@ RefType anOuterType(TypeVariable var) {
result = anOuterType(var).(NestedType).getEnclosingType()
}
pragma[inline]
RefType aTypeVisibleFrom(TypeVariable var) {
result = anOuterType(var)
or