mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
10 lines
284 B
Swift
10 lines
284 B
Swift
// {"kind":"typecheck","original":"1562769e","signature":"(anonymous namespace)::ConstraintWalker::walkToExprPost(swift::Expr*)"}
|
|
// RUN: not --crash %target-swift-frontend -typecheck %s
|
|
enum c
|
|
func d() e {
|
|
if let
|
|
f = c
|
|
{
|
|
switch f {
|
|
case let a(b) where b
|