mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
12 lines
455 B
Swift
12 lines
455 B
Swift
// {"kind":"typecheck","original":"25782df5","signature":"(anonymous namespace)::SyntacticElementConstraintGenerator::visitDecl(swift::Decl*)","signatureAssert":"Assertion failed: (!projectedTy->hasUnboundGenericType() && !projectedTy->hasPlaceholder()), function setPropertyWrapperAuxiliaryTypes"}
|
|
// RUN: not %target-swift-frontend -typecheck %s
|
|
@propertyWrapper
|
|
struct a<
|
|
b
|
|
> {
|
|
projectedValue : Self var wrappedValue: b
|
|
}
|
|
{
|
|
@a var c: <#type#>
|
|
}
|