Files
swift-mirror/lib/AST/ParameterPack.cpp
Pavel Yaskevich 14cf3c3fd7 [AST] NFC: Teach getExpandedGenericArgs to handle partially resolved parameter packs
A temporary fix to make it possible to debug expressions
with partially resolved variadic generic types. The issue stems
from the fact that `BoundGenericType` is allowed to have pack
parameters directly represented by type variables, as soon as
that is no longer the case this check should be removed.
2023-08-14 17:06:40 -07:00

17 KiB