mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
6 lines
219 B
Swift
6 lines
219 B
Swift
// {"signature":"swift::constraints::ContextualFailure::diagnoseConversionToBool() const"}
|
|
// RUN: not --crash %target-swift-frontend -typecheck %s
|
|
@propertyWrapper struct a {
|
|
wrappedValue : Bool {
|
|
@a var b : Int
|