mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
11 lines
268 B
Swift
11 lines
268 B
Swift
// {"kind":"typecheck","original":"b7a10f72","signature":"(anonymous namespace)::Verifier::walkToExprPre(swift::Expr*)"}
|
|
// RUN: not --crash %target-swift-frontend -typecheck %s
|
|
func a(b : Int) {
|
|
_ = {
|
|
switch b {
|
|
case Optional<c>.d :
|
|
break
|
|
}
|
|
}
|
|
}
|