Files
swift-mirror/validation-test/compiler_crashers_2/ef6fa0626973e94.swift
2025-06-30 20:52:06 +01:00

9 lines
286 B
Swift

// {"signature":"(anonymous namespace)::ImplicitSelfUsageChecker::isClosureRequiringSelfQualification(swift::AbstractClosureExpr const*, bool)"}
// RUN: not --crash %target-swift-frontend -typecheck %s
struct a : ExpressibleByBooleanLiteral {
c(d : Bool -> (
}
{
a(true).c {
b in