blob: 34d7fa5445cc794cecbae4267ae60f2ed2615b40 [file] [log] [blame]
// RUN: %target-typecheck-verify-swift %s
public struct S<T : Codable> : Codable {
var s: [T]!
}