mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
4 lines
215 B
Swift
4 lines
215 B
Swift
// {"signature":"makeBinOp(swift::ASTContext&, swift::Expr*, swift::Expr*, swift::Expr*, swift::PrecedenceGroupDecl*, bool)"}
|
|
// RUN: not --crash %target-swift-frontend -typecheck %s
|
|
let a= switch a { case &b as? b
|