Files
swift-mirror/lib/Sema/CSSimplify.cpp
Pavel Yaskevich 4eaf159eab [ConstraintSystem] Impact of r-value as l-value fix is higher for functions/subscripts
If the fix is applied to result type of a function or subscript
invocation increase its impact because such uses are invalid
e.g. assigning a value to a function call `foo() = 42`, or
using read-only subscript as mutating.
2019-11-05 12:43:32 -08:00

332 KiB