mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
4 lines
342 B
Swift
4 lines
342 B
Swift
// {"kind":"typecheck","signature":"swift::ExprPatternMatchRequest::evaluate(swift::Evaluator&, swift::ExprPattern const*) const","signatureAssert":"Assertion failed: (EP->isResolved() && \"Must only be queried once resolved\"), function evaluate"}
|
|
// RUN: not --crash %target-swift-frontend -typecheck %s
|
|
enum a { b(c : a){{guard case.b = c
|