mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
9 lines
264 B
Swift
9 lines
264 B
Swift
// {"kind":"typecheck","original":"8fe2aedb","signature":"makeBinOp(swift::ASTContext&, swift::Expr*, swift::Expr*, swift::Expr*, swift::PrecedenceGroupDecl*, bool)"}
|
|
// RUN: not %target-swift-frontend -typecheck %s
|
|
{
|
|
(a: b) in
|
|
switch a {
|
|
case c -> _:
|
|
}
|
|
}
|