Files
swift-mirror/lib/Sema/CSSimplify.cpp
Pavel Yaskevich 846ae44a1f [CSSimplify] Implode parameters into a tuple through a type variable
There are cases where SE-0110 allows tuple splatting behavior,
so to aid diagnostics let's use a new type variable to represent
a tuple type formed from existing arguments instead of imploding
them directly.
2019-02-28 01:41:01 -08:00

234 KiB