mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
6 lines
451 B
Swift
6 lines
451 B
Swift
// {"kind":"typecheck","signature":"swift::TypeChecker::performTypoCorrection(swift::DeclContext*, swift::DeclRefKind, swift::Type, swift::optionset::OptionSet<swift::NameLookupFlags, unsigned int>, swift::TypoCorrectionResults&, swift::GenericSignature, unsigned int)"}
|
|
// RUN: not --crash %target-swift-frontend -typecheck %s
|
|
enum a<b {
|
|
@propertyWrapper class c {wrappedValue:b var projectedValue: a? {
|
|
@c var wrappedValue: b wrappedValue.d
|