Files
swift-mirror/lib/Sema/CSSimplify.cpp
Holly Borla c71b7c500e [ConstraintSystem] Only attempt to infer a type from a default argument
if there is a non-null callee.

Otherwise, getParameterList(callee) will crash if the callee is a closure.
Closures can't have default arguments anyway, so there's no need to
attempt this new inference.
2022-03-24 23:26:24 -07:00

516 KiB