mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
9 lines
257 B
Swift
9 lines
257 B
Swift
// {"signature":"swift::ReferencedAssociatedTypesRequest::evaluate(swift::Evaluator&, swift::ValueDecl*) const::Walker::walkToTypePre(swift::Type)"}
|
|
// RUN: not --crash %target-swift-frontend -typecheck %s
|
|
struct a {
|
|
var
|
|
b, c : Codable {
|
|
self
|
|
}
|
|
}
|