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