mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
7 lines
227 B
Swift
7 lines
227 B
Swift
// {"kind":"typecheck","original":"01146903","signature":"(anonymous namespace)::ConstraintWalker::walkToExprPost(swift::Expr*)"}
|
|
// RUN: not %target-swift-frontend -typecheck %s
|
|
switch <#expression#> {
|
|
case let .a -> b:
|
|
b
|
|
}
|