mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
7 lines
323 B
Swift
7 lines
323 B
Swift
// {"signature":"void (anonymous namespace)::StmtChecker::checkSiblingCaseStmts<swift::CaseStmt* const*>(swift::CaseStmt* const*, swift::CaseStmt* const*, swift::CaseParentKind, bool&, swift::Type)"}
|
|
// RUN: not --crash %target-swift-frontend -typecheck %s
|
|
enum a func b(c : a) -> Int {
|
|
switch
|
|
c {
|
|
case (let \d)d
|