Open
Description
Previous ID | SR-13049 |
Radar | None |
Original Reporter | SDGGiesbrecht (JIRA User) |
Type | Bug |
Environment
macOS 10.15
Swift 5.2.4
swift-format 0.50200.1 (--configuration debug
)
Additional Detail from JIRA
Votes | 1 |
Component/s | swift-format |
Labels | Bug |
Assignee | None |
Priority | Medium |
md5: 03dbcc7fa590f6df220907a3ac3b2572
Issue Description:
Formatting with `prioritizeKeepingFunctionOutputTogether` engaged can lead to assertion failures.
This code is enough to trip it:
init(a: B) {
}