You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
TypeApply(
fun = Select(qualifier = Ident(name = List), name = apply),
args = List(
TypeTree[TypeVar(TypeParamRef(A) -> TypeRef(ThisType(TypeRef(NoPrefix,module class scala)),class Int))]
)
)
The TypeTree span is equal to the position of List and causes Interactive.pathTo to include TypeTree in the result, which is not correct, since the type variable is not available in the code.