mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
This meant we weren't producing sema diagnostics for the case, and it didn’t
get full syntactic/semantic highlighting or indentation.
enum CasesWithMissingElement {
case a(Int, String),
case b(Int, String),
}
Resolves rdar://problem/61476844
22 KiB
22 KiB