Files
swift-mirror/validation-test/compiler_crashers_2_fixed/Inputs/issue-52030-other.swift

8 lines
68 B
Swift

struct S2 {
let v: Int
}
struct S3: P {
typealias A = S2
}