We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d745fe commit 5d5dec3Copy full SHA for 5d5dec3
validation-test/stdlib/SequenceType.swift.gyb
@@ -308,7 +308,7 @@ SequenceTypeTests.test("enumerated()/BidirectionalCollection") {
308
}
309
310
for test in enumerateTests {
311
- let s = MinimalBidirectionalCollection<OpaqueValue<Int>>(
+ let s = MinimalBidirectionalRandomAccessCollection<OpaqueValue<Int>>(
312
elements: test.sequence.map(OpaqueValue.init))
313
var result = s.enumerated()
314
expectType(
0 commit comments