Open
Description
The following test case only suggests lineCap
and not dash
, which is causing a stress tester failure. One could argue that the current behavior is expected, which would mean that the stress tester needs to be updated.
func test(lineCap: Int = 1, dash: Int = 1) {}
test(#^COMPLETE^# dash: 1)
This change in behavior is caused by #71054