Add location parameter to JetScope::getClassifier
This commit is contained in:
@@ -88,4 +88,4 @@ public fun JetType.approximateWithResolvableType(scope: JetScope?, checkTypePara
|
||||
if (isError() || isResolvableInScope(scope, checkTypeParameters)) return this
|
||||
return supertypes().firstOrNull { it.isResolvableInScope(scope, checkTypeParameters) }
|
||||
?: KotlinBuiltIns.getInstance().getAnyType()
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user