mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
8 lines
247 B
Swift
8 lines
247 B
Swift
// {"kind":"typecheck","original":"1157c215","signature":"makeBinOp(swift::ASTContext&, swift::Expr*, swift::Expr*, swift::Expr*, swift::PrecedenceGroupDecl*, bool)"}
|
|
// RUN: not %target-swift-frontend -typecheck %s
|
|
{
|
|
do
|
|
catch _ as a + {
|
|
}
|
|
}
|