mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
4 lines
205 B
Swift
4 lines
205 B
Swift
// {"signature":"swift::ExprPatternMatchRequest::evaluate(swift::Evaluator&, swift::ExprPattern const*) const"}
|
|
// RUN: not --crash %target-swift-frontend -typecheck %s
|
|
enum a { b(c : a){{guard case.b = c
|