mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
9 lines
357 B
Swift
9 lines
357 B
Swift
// {"kind":"typecheck","original":"b8967a13","signature":"(anonymous namespace)::ActorIsolationChecker::checkLocalCaptures(swift::AnyFunctionRef)","signatureAssert":"Assertion failed: (Captures.hasBeenComputed()), function getCaptureInfo"}
|
|
// RUN: not --crash %target-swift-frontend -typecheck %s
|
|
func a() {
|
|
extension <#type#> {
|
|
var b = {
|
|
}
|
|
}
|
|
}
|