mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Check for `CallExpr` instead of `ApplyExpr`, we don't support arbitrary postfix operators in key paths.
4 lines
143 B
Swift
4 lines
143 B
Swift
// {"signature":"(anonymous namespace)::ConstraintWalker::walkToExprPost(swift::Expr*)"}
|
|
// RUN: not %target-swift-frontend -typecheck %s
|
|
\.+=
|