File tree Expand file tree Collapse file tree 2 files changed +1
-1
lines changed Expand file tree Collapse file tree 2 files changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -158,6 +158,7 @@ class C4 {
158
158
// UNRESOLVED_3_OPT-DAG: Decl[InstanceMethod]/CurrNominal/IsSystem: map({#(self): Optional<SomeEnum1>#})[#((SomeEnum1) throws(Error) -> ~Copyable) -> ~Copyable?#]; name=map(:)
159
159
// UNRESOLVED_3_OPT-DAG: Decl[InstanceMethod]/CurrNominal/IsSystem: flatMap({#(self): Optional<SomeEnum1>#})[#((SomeEnum1) throws(Error) -> ~Copyable?) -> ~Copyable?#];
160
160
// UNRESOLVED_3_OPT-DAG: Decl[InstanceMethod]/CurrNominal/IsSystem/TypeRelation[Invalid]: hash({#(self): Optional<SomeEnum1>#})[#(into: inout Hasher) -> Void#];
161
+ // UNRESOLVED_3_OPT-DAG: Decl[InstanceMethod]/CurrNominal/IsSystem: take({#(self): &Optional<SomeEnum1>#})[#() -> Optional<SomeEnum1>#];
161
162
162
163
// Exhaustive to make sure we don't include `init({#(some):` or `init({#nilLiteral:` entries
163
164
// UNRESOLVED_3_OPTOPTOPT: Begin completions, 10 items
Original file line number Diff line number Diff line change 16
16
// REQUIRES: executable_test
17
17
18
18
import StdlibUnittest
19
- import Synchronization
20
19
21
20
struct Hypoarray < Element: ~ Copyable> : ~ Copyable {
22
21
private var _storage : UnsafeMutableBufferPointer < Element >
You can’t perform that action at this time.
0 commit comments