mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
4 lines
325 B
Swift
4 lines
325 B
Swift
// {"kind":"typecheck","signature":"swift::ExprPattern::updateMatchExpr(swift::Expr*) const::FindMatchOperatorDeclRef::walkToExprPre(swift::Expr*)","signatureAssert":"Assertion failed: (fnTy->getParams().size() == 2), function walkToExprPre"}
|
|
// RUN: not --crash %target-swift-frontend -typecheck %s
|
|
func ~= (a) if case ~= b
|