mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
7 lines
377 B
Swift
7 lines
377 B
Swift
// {"kind":"typecheck","original":"1a6377c6","signature":"swift::ast_scope::ASTScopeImpl::getCharSourceRangeOfScope(swift::SourceManager&, bool) const","signatureAssert":"Assertion failed: ((closureExpr->getInLoc().isValid()) && \"We don't create these if no in loc\"), function getSourceRangeOfThisASTNode"}
|
|
// RUN: not %target-swift-frontend -typecheck %s
|
|
{
|
|
[a]
|
|
b -> c
|
|
}
|