Files
swift-mirror/validation-test/compiler_crashers_2/75874d2cf6f384c8.swift
2025-06-16 21:02:30 +01:00

12 lines
388 B
Swift

// {"signature":"swift::constraints::ArrayLiteralToDictionaryConversionFailure::diagnoseAsError()"}
// RUN: not --crash %target-swift-frontend -typecheck %s
@propertyWrapper struct a<b{
wrappedValue: b
}
@propertyWrapper struct c<b{
wrappedValue: b
}
{
@c @a var value = if true
let : c<a<Bool>> = _value