Files
swift-mirror/validation-test/compiler_crashers_2/40188c379c9ebe45.swift
2025-09-14 10:35:53 +01:00

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 = {
}
}
}