mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
6 lines
310 B
Swift
6 lines
310 B
Swift
// {"kind":"typecheck","signature":"swift::NamingPatternRequest::evaluate(swift::Evaluator&, swift::VarDecl*) const","signatureAssert":"Assertion failed: (foundVarDecl && \"VarDecl not declared in its parent?\"), function evaluate"}
|
|
// RUN: not %target-swift-frontend -typecheck %s
|
|
{
|
|
if
|
|
case.(let \ a) { a
|