blob: 5d0aae90f1e3f69e45a8432f1664cba440c4063f [file] [log] [blame]
struct MyGenericStruct<T> {
lazy var prop2 = [AnotherGenericStruct<T>]()
}
struct AnotherGenericStruct<T> { }